Developing Locally
To use the source files, you will need to have npm installed globally along with Gulp.js. To start:
- Install node
- Install gulp:
npm install -g gulp gulp-cli - Run
npm installin the root directory - Run
gulp devand edit the files as needed
If you need to update the plugins included with this template, simply run the following tasks:
- First run
npm updateto update the dependencies - Then run
gulp copyto copy the new versions to their proper destinations