Primary Gulp setup to Kick Start a new Project
Following Node Modules are included in this Gulp Starter Pack
- gulp-sass
- browser-sync
- gulp-sass
- gulp-useref
- gulp-uglify
- gulp-if
- gulp-clean-css
- gulp-cache
- del
- run-sequence
- gulp-autoprefixer
- es6-promise
- gulp-imagemin
No need to run -> npm install command all node modules are already included in starter pack.
-> npm install npm-check-updates -g In relevent project directory -> npm-check-updates
-> npm-check-updates -u
Run below code if you get watch error. Solution works on Ubuntu 14.04
echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p