gulp.js starter template
- Sass with option for Compass
- Autoprefixer
- BrowserSync
- JSHint
- TinyPNG
- image-min
- WebP
As well as a few others to minify and concatenate css and js
If you don't have node.js installed grab the installer at nodejs.org and install to your system
Install gulp globally
npm install -g gulp
cd into the assets
folder of your project directory
Replace gulp-app
with your actual project path
cd gulp-app/assets
All commands below should be run from inside the assets directory
Run npm update
to install the gulp dependencies
npm update
Rename custom-config-sample.js
to custom-config.js
and add any needed settings
mv custom-config-sample.js custom-config.js
Run gulp
to start the default gulp tasks
gulp