Browse Source

Add in docstore

James Allen 12 years ago
parent
commit
f73b8e3937
1 changed files with 3 additions and 0 deletions
  1. 3 0
      Gruntfile.coffee

+ 3 - 0
Gruntfile.coffee

@@ -21,6 +21,9 @@ SERVICES = [{
 }, {
 	name: "track-changes"
 	repo: "https://github.com/sharelatex/track-changes-sharelatex.git"
+}, {
+	name: "docstore"
+	repo: "https://github.com/sharelatex/docstore-sharelatex.git"
 }]
 
 module.exports = (grunt) ->