Skip to content

Commit

Permalink
fix(gulp): fix plain css generation (#2013)
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Awk34 authored Jun 22, 2016
1 parent b1f1f3e commit 54479fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/app/gulpfile.babel(gulp).js
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ let styles = lazypipe()
.pipe(plugins.sass)<% } if(filters.less) { %>
.pipe(plugins.less)<% } %>
<%_ if(filters.css) { _%>
.pipe(plugins.concat, 'app.css')
.pipe(plugins.cleanCss, {processImportFrom: ['!fonts.googleapis.com']})<% } %>
.pipe(plugins.autoprefixer, {browsers: ['last 1 version']})
.pipe(plugins.sourcemaps.write, '.');<% if(filters.babel) { %>
Expand Down

0 comments on commit 54479fc

Please sign in to comment.