Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
hub
overleaf
Commits
377a9316
Commit
377a9316
authored
Aug 19, 2014
by
James Allen
Browse files
Install directories on initial installation
parent
01ca16fd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Gruntfile.coffee
View file @
377a9316
...
...
@@ -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
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment