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
6255bead
Commit
6255bead
authored
Jul 14, 2015
by
Philipp Nowinski
Browse files
Merge branch 'master' into 'master'
[TASK] add missing spaces See merge request
!2
parents
ae8d715f
57ac2d1e
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/index.js
View file @
6255bead
...
...
@@ -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