Skip to content

Commit

Permalink
Revert "Active uncss on production"
Browse files Browse the repository at this point in the history
This reverts commit b6641f8.
  • Loading branch information
alexbonhomme committed Feb 3, 2017
1 parent eb963f3 commit 967eb66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ function sass() {
browsers: COMPATIBILITY
}))
// Comment in the pipe below to run UnCSS in production
.pipe($.if(PRODUCTION, $.uncss(UNCSS_OPTIONS)))
//.pipe($.if(PRODUCTION, $.uncss(UNCSS_OPTIONS)))
.pipe($.if(PRODUCTION, $.cssnano()))
.pipe($.if(!PRODUCTION, $.sourcemaps.write()))
.pipe(gulp.dest(PATHS.dist + '/assets/css'))
Expand Down

0 comments on commit 967eb66

Please # to comment.