Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 979 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 979 Bytes

This is a Gulp Boilerplate that does the following

  • Convert es6 code to es5
  • Concatenate and minify JS Files
  • Minify css
  • Compress images

It watches over the files for any changes

How to install

  • Clone or download the repo https://github.com/weezyval/Gulp-Boilerplate-Es6.git
  • cd to the directory and run npm install to install all the dependencies
  • Run gulp command

How to use

  • Dont touch the build directory that is where all the minify files are stored
  • Write your es6 code in the es6 folder. It will be converted to es5 and stord at js folder
  • Write your css on the css folder the compress css will be stored at build/css folder
  • Store your images in the img folder the compress images will be stored at build/img folder