From f73b8e3937ae9c8cbcbc3860d0a2d66593b65648 Mon Sep 17 00:00:00 2001 From: James Allen Date: Tue, 29 Apr 2014 12:05:18 +0100 Subject: [PATCH] Add in docstore --- Gruntfile.coffee | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Gruntfile.coffee b/Gruntfile.coffee index b897077a52..b732143aa4 100644 --- a/Gruntfile.coffee +++ b/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) ->