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
5b0a6eb3
Commit
5b0a6eb3
authored
Aug 15, 2016
by
Henry Oswald
Browse files
remove calls to dirs
parent
3e2a41b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Gruntfile.coffee
View file @
5b0a6eb3
...
...
@@ -70,7 +70,7 @@ module.exports = (grunt) ->
"Misc"
:
[
"help"
]
"Install tasks"
:
(
"install:
#{
service
.
name
}
"
for
service
in
SERVICES
).
concat
([
"install:all"
,
"install"
,
"install:dirs"
])
"Install tasks"
:
(
"install:
#{
service
.
name
}
"
for
service
in
SERVICES
).
concat
([
"install:all"
,
"install"
])
"Update tasks"
:
(
"update:
#{
service
.
name
}
"
for
service
in
SERVICES
).
concat
([
"update:all"
,
"update"
])
"Checks"
:
[
"check"
,
"check:redis"
,
"check:latexmk"
,
"check:s3"
,
"check:make"
]
...
...
@@ -85,7 +85,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:dirs"
])
)
grunt
.
registerTask
'install'
,
'install:all'
...
...
Write
Preview
Supports
Markdown
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