Parcourir la source

Install directories on initial installation

James Allen il y a 12 ans
Parent
commit
376e894aca
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      server-ce/Gruntfile.coffee

+ 1 - 1
server-ce/Gruntfile.coffee

@@ -111,7 +111,7 @@ module.exports = (grunt) ->
 	grunt.registerTask 'install:all', "Download and set up all ShareLaTeX services",
 		["check:make"].concat(
 			("install:#{service.name}" for service in SERVICES)
-		).concat(["install:config"])
+		).concat(["install:config", "install:dirs"])
 	grunt.registerTask 'install', 'install:all'
 	grunt.registerTask 'update:all', "Checkout and update all ShareLaTeX services",
 		["check:make"].concat(