Skip to content

Commit

Permalink
fix(build): rebuild project
Browse files Browse the repository at this point in the history
  • Loading branch information
BioPhoton committed Apr 7, 2017
1 parent 6f391ce commit bc1ea5d
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 24 deletions.
2 changes: 1 addition & 1 deletion chore/gulp/tasks/css.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ function compile(done) {
return gulp.src(cssConfig.sassScr)
.pipe($.concat(cssConfig.mainCssFile))
//move plumber into helper.js
.pipe($.plumber()) // exit gracefully if something fails after this
//.pipe($.plumber()) // exit gracefully if something fails after this
.pipe($.sass(cssConfig.sassOptions).on('error', $.sass.logError))
.pipe(autoprefixer(cssConfig.autoprefixerOptions))
.pipe(gulp.dest(cssConfig.sassDest), done);
Expand Down
Loading

0 comments on commit bc1ea5d

Please sign in to comment.