Explorar o código

Add in real-time service

James Allen %!s(int64=11) %!d(string=hai) anos
pai
achega
8a27de5149
Modificáronse 2 ficheiros con 5 adicións e 0 borrados
  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"