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