Based on: www.jointswp.com
- Clone repo
- Inside Project Directory Run
npm installorsudo npm install - Inside Project Directory Run
bower installorsudo bower install --allow-root - Inside Project Directory Run
gulp - Use
gulp watchto compile SASS and JS on the fly.
Just prior to launch, update the gulpfile.js file to:
.pipe(sass({
outputStyle: 'compressed',
sourceComments: false,
}))