Ver Fonte

Add in real-time service

James Allen há 11 anos atrás
pai
commit
8a27de5149
2 ficheiros alterados com 5 adições e 0 exclusões
  1. 1 0
      .gitignore
  2. 4 0
      Gruntfile.coffee

+ 1 - 0
.gitignore

@@ -11,6 +11,7 @@ docstore
 tags
 chat
 spelling
+real-time
 
 data
 tmp

+ 4 - 0
Gruntfile.coffee

@@ -12,6 +12,10 @@ SERVICES = [{
 	name: "web"
 	repo: "https://github.com/sharelatex/web-sharelatex.git"
 	version: "master"
+}, {
+	name: "real-time"
+	repo: "https://github.com/sharelatex/real-time-sharelatex.git"
+	version: "master"
 }, {
 	name: "document-updater"
 	repo: "https://github.com/sharelatex/document-updater-sharelatex.git"