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 gulpcd into the assets folder of your project directory
Replace gulp-app with your actual project path
cd gulp-app/assetsAll commands below should be run from inside the assets directory
Run npm update to install the gulp dependencies
npm updateRename custom-config-sample.js to custom-config.js and add any needed settings
mv custom-config-sample.js custom-config.jsRun gulp to start the default gulp tasks
gulp