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
57ac2d1e
Commit
57ac2d1e
authored
Jul 14, 2015
by
Alfred Bez
Browse files
[TASK] add missing spaces
parent
ae8d715f
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/index.js
View file @
57ac2d1e
...
...
@@ -103,7 +103,7 @@ module.exports = yeoman.generators.Base.extend((function() {
{
type
:
'
confirm
'
,
name
:
'
minifyCss
'
,
message
:
'
Do you want to include minification for CSS files?
\n
You won
\'
t need this if you have the
'
+
message
:
'
Do you want to include minification for CSS files?
\n
You won
\'
t need this if you have the
'
+
'
Scriptmerger Extension installed (http://typo3.org/extensions/repository/view/scriptmerger)
'
,
default
:
false
},
...
...
@@ -131,7 +131,7 @@ module.exports = yeoman.generators.Base.extend((function() {
{
type
:
'
confirm
'
,
name
:
'
jsuglify
'
,
message
:
'
Do you want to include uglify for JavaScript?
\n
You won
\'
t need this if you have the
'
+
message
:
'
Do you want to include uglify for JavaScript?
\n
You won
\'
t need this if you have the
'
+
'
Scriptmerger Extension installed (http://typo3.org/extensions/repository/view/scriptmerger)
'
,
default
:
false
},
...
...
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