Front-end boilerplate for Gulp with everything you need to get started.
npm install
to install dev dependencies. Use sudo if needed.You'll need to have Gulp installed. If you already have Gulp installed, you can skip the following line. It is as simple as running:
npm install -g gulp
During development mode, run the default task so you'll have watchers and browser sync. Simply do the following:
gulp
to start it upWhen you're ready to deploy, simply do the following:
gulp deploy
The following Node versions have been tested
1.4.0
Thanks for everyone's support and appreciation for this project!