Minify CSS in gulp

0 votes
176 views
added Oct 30, 2017 in Gulp by Callum Sergeant (1,440 points)
recategorized Nov 16, 2017 by LC Marshal
  1. Open gulpfile.js
  2. Find the following line for your CSS task . e.g  gulp.task('css', function(){
  3. Add the concat pipe in the source folder:   .pipe(concat('style.min.css'))
lazacode.org - Malaysia's programming knowledge sharing platform, where everyone can share their finding as reference to others.
...