Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Toolchain
sgc
Commits
397854ef
Commit
397854ef
authored
Jan 09, 2015
by
Philipp Nowinski
Browse files
[TASK] format cleanup
parent
5ea41fe7
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/templates/gulp/settings.js
View file @
397854ef
...
...
@@ -10,7 +10,8 @@ module.exports = (function() {
throw
new
Error
(
chalk
.
red
(
'
You have to specify the extension you want to work on with the
'
)
+
chalk
.
yellow
(
'
--ext
'
)
+
chalk
.
red
(
'
option.
'
));
chalk
.
red
(
'
option.
'
)
);
}
return
argv
.
ext
;
}()),
...
...
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