Explorar el Código

Install directories on initial installation

James Allen hace 12 años
padre
commit
376e894aca
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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(