Skip to content

Latest commit

 

History

History
executable file
·
16 lines (14 loc) · 473 Bytes

File metadata and controls

executable file
·
16 lines (14 loc) · 473 Bytes

Based on: www.jointswp.com

Installation

  • Clone repo
  • Inside Project Directory Run npm install or sudo npm install
  • Inside Project Directory Run bower install or sudo 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,
}))