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

Commit 710375d

Browse files
committed
build(css) fix missing dist/select.css
Resolves bad changes made in #1541 which caused no select.css to be generated as part of the build.
1 parent d78ba5f commit 710375d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gulpfile.js

+1
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)