Skip to content

A gulp boilerplate that converts Es6 code to Es5, Concatenate javaScript, Minify css and javaScript, Compress Images

Notifications You must be signed in to change notification settings

ekpangmichael/Gulp-Boilerplate-Es6

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
  • About

    A gulp boilerplate that converts Es6 code to Es5, Concatenate javaScript, Minify css and javaScript, Compress Images

    Topics

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published