Boilerplate Gulp for totally static structures (Support ES6)
*A requirement is that you have installed on your computer Gulp.
- Download the repository
- Install dependencies
Task listing
- npm run dev
- gulp (performs tasks sass and concatjs)
- npm run build
- gulp babel (Transpiler javascript)
- gulp cssmin (Minify all.css)
- gulp jsmin (Minify all.js)
- gulp cloneimages
- gulp html
If you have any difficulty using the Gulp Boilerplate or would like some aspect of the current configuration, open an issue and explain your difficulty.