Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Toolchain
sgc
Commits
a614318b
Commit
a614318b
authored
Mar 15, 2016
by
Philipp Nowinski
Browse files
[BUGFIX] correct autoprefixer config
parent
6cc2a431
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
app/templates/gulp/css.js
app/templates/gulp/css.js
+3
-1
package.json
package.json
+1
-1
No files found.
app/templates/gulp/css.js
View file @
a614318b
...
...
@@ -15,7 +15,9 @@ function processCss() {
.
pipe
(
plugins
.
sourcemaps
.
init
())
.
pipe
(
plugins
.
cssImageDimensions
(
path
.
resolve
(
settings
.
getPath
()
+
'
/
'
+
config
.
directories
.
images
)))
.
pipe
(
plugins
.
sass
())
.
pipe
(
plugins
.
autoprefixer
(
<%=
autoprefixerBrowserSelection
%>
))
.
pipe
(
plugins
.
autoprefixer
({
browsers
:
[
'
last 1 version
'
,
'
> 1%
'
,
'
ie 8
'
]
}))
.
pipe
(
plugins
.
cleanCss
({
"
restructuring
"
:
false
,
"
advanced
"
:
false
...
...
package.json
View file @
a614318b
{
"name"
:
"generator-gulp-sgalinski"
,
"version"
:
"4.0.
0
"
,
"version"
:
"4.0.
1
"
,
"description"
:
"The sgalinski Internet Services frontend toolchain based on gulp"
,
"license"
:
"SEE LICENSE IN LICENSE.md"
,
"main"
:
"app/index.js"
,
...
...
Write
Preview
Markdown
is supported
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