The boilerplate for new web builds.
If you don’t already have gulp installed, you’ll need to do that first.
Gulp installation instructions
Install dependencies and run default task
npm install
gulp
Default - Compile all files and watches for changes
gulp
Minify JS - Run uglify on JavaScript
gulp scripts
Concatenate Plugins - Combine vendor plugins into a single file and uglify
gulp plugins
Images - Run imagemin on images
gulp imagemin
Twig - Compile Twig templates
gulp twig