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
d467804e
Commit
d467804e
authored
May 24, 2017
by
Philipp Nowinski
Browse files
[FEATURE] update configuration template
parent
b8a32e60
Changes
1
Hide whitespace changes
Inline
Side-by-side
gulp/sgc-config.template.json
View file @
d467804e
...
...
@@ -23,12 +23,21 @@
],
"excludeFromQa"
:
[
"!**/Extensions/**/*"
]
],
"pipeline"
:
{
"uglify"
:
true
,
"renameToDotMin"
:
true
}
},
"css"
:
{
"excludeFromQa"
:
[
"!**/FontAwesome/**/*"
]
],
"supportedBrowsers"
:
[
"last 1 version"
,
"> 1%"
,
"ie 8"
],
"pipeline"
:
{
"cleanCss"
:
true
,
"renameToDotMin"
:
true
}
},
"images"
:
{
"optimize"
:
[
...
...
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