Skip to content

Commit

Permalink
Install directories on initial installation
Browse files Browse the repository at this point in the history
  • Loading branch information
James Allen committed Aug 19, 2014
1 parent 01ca16f commit 377a931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 377a931

Please sign in to comment.