Gulp starting template for web development.
Includes packages:
- gulp-sass;
- gulp-concat;
- browser-sync;
- gulp-uglify-es;
- gulp-autoprefixer;
- gulp-imagemin;
- del
Commands:
- $ gulp (for development);
- $ gulp build (for build; production-ready files will be moved to 'dist' folder);