Skip to content

GuppuBoss/gulp-starter

Repository files navigation

gulp-starter

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.

check for updates

-> npm install npm-check-updates -g In relevent project directory -> npm-check-updates

Update all

-> npm-check-updates -u

Fatal error: watch ENOSPC FIX

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

About

Primary Gulp setup to Kick Start a new Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published