Quick gulp boilerplate with swig template rendering and libsass.
This boilerplate will get you up and running in a few minutes.
To get started, simply follow these simple steps:
git clone git@github.com:Metis77/gulp-swig-webpack-browsersync-boilerplate.git <project-name>
cd <project-name>
npm install -g gulp
npm install
gulp
- gulp - start browsersync and runs ['sass','templates', 'js']
- sass - compiles SASS and minifies the source
- Default - runs [build, serve, watch]
- JS - concatenates and minifies JS files into 1 file
- Serve - runs a local server with browsersync from the
./public/
directory an watches all other tasks - Templates - compiles swig templates into pages