Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Commit a357227

Browse files
committed
Merge pull request #1554 from user378230/build/fix-styles
build(css) fix missing dist/select.css
2 parents 600fab1 + 0ef2ce3 commit a357227

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gulpfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ gulp.task('styles', ['clean'], function() {
8080
timestamp: (new Date()).toISOString(), pkg: config.pkg
8181
}))
8282
.pipe($.concat('select.css'))
83+
.pipe(gulp.dest('dist'));
8384
.pipe($.minifyCss())
8485
.pipe($.concat('select.min.css'))
8586
.pipe($.sourcemaps.write('../dist', {debug: true}))

0 commit comments

Comments
 (0)