A gulp project sample for an SO question - http://stackoverflow.com/q/23506545/992453
This needs node, npm and gulp to be installed on your machine. Particularly, gulp needs to be globally available (so you can call it from the command line). All you need to do is:
npm install -g gulp
- Clone the repo &&
cd
into it - Run
npm install
and let npm work its magic - Run
gulp
- ????
- Change any file under
./assets/js
and it'll trigger bothnodemon
and thewatch
task(s).