/gulpfilejs-boilerplate

A basic gulpfile.js boilerplate

Primary LanguageJavaScript

gulpfile.js (browsersync, sass, js, imagemin and html)

A basic gulpfile.js boilerplate.

The code in gulpfile.js gets all the source folders and files from the src folder and spits out a build folder.

Includes:

  1. Copying all html file from src folder to build folder.
  2. Compiling, autoprefixing and minifying sass (scss).
  3. Uglifying js
  4. Optimizing images
  5. Browsersync

Run default gulp command on terminal.