/static-site-minimizer

Uses Gulp to minimize static assets

Primary LanguageJavaScript

#Static Site Minimizer Use Gulp to minimize HTML, JS, CSS and image assets

Install

  • Clone the repo: git clone https://github.com/MikeCostello/static-site-minimizer.git
  • Install NPM dependencies npm install

Use

  • Create src folder and add static site.
  • Run gulp
  • Optimized files are published to dist folder.