Skip to content

Commit 54479fc

Browse files
authored
fix(gulp): fix plain css generation (#2013)
[skip ci]
1 parent b1f1f3e commit 54479fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: templates/app/gulpfile.babel(gulp).js

+1
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ let styles = lazypipe()
137137
.pipe(plugins.sass)<% } if(filters.less) { %>
138138
.pipe(plugins.less)<% } %>
139139
<%_ if(filters.css) { _%>
140+
.pipe(plugins.concat, 'app.css')
140141
.pipe(plugins.cleanCss, {processImportFrom: ['!fonts.googleapis.com']})<% } %>
141142
.pipe(plugins.autoprefixer, {browsers: ['last 1 version']})
142143
.pipe(plugins.sourcemaps.write, '.');<% if(filters.babel) { %>

0 commit comments

Comments
 (0)