Gulp Common Modules

Source: Internet
Author: User
Tags postcss

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

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.