Auto Refresh
var livereload = require (' gulp-livereload ');
Allows you to map your current project directory to localhost, which is added to add the automatic refresh (livereload) feature.
var webserver = require (' Gulp-webserver ');
The browser automatically opens the project directory
var opn = require (' OPN ');
The default Gulp task will error when it executes and immediately stop the current workflow (such as when the watch sass compiles, it happens that sass code is incorrectly written). Using the Plumber module, you can continue to perform tasks after correcting errors.
var plumber = require (' Gulp-plumber ');
Automatically handle browser prefixes based on browser version setting
var autoprefixer = require (' autoprefixer ');
Gulp + Webpack Building Multi-page front-end projects:
http://www.open-open.com/news/view/1c51682
Add Webpack to existing Gulp projects:
Http://www.ituring.com.cn/article/199293?utm_source=tuicool&utm_medium=referral
Postcss Deep Learning: What you need to know:
Http://www.w3cplus.com/PostCSS/postcss-deep-dive-what-you-need-to-know.html
Contribute two Gulp plugins:
http://blog.csdn.net/dingyuduan/article/details/42399213
Gulp automatically add version number:
Http://www.tuicool.com/articles/UbaqyyJ
Gulp-sequence:
Https://github.com/teambition/gulp-sequence
Gulp-clean:
Https://github.com/peter-vilja/gulp-clean
Gulp Common Modules