/static-website-project-template

Project template for static website development

Primary LanguageJavaScript

Static website project template

Does what it says on the tin.

  • Converts SASS to CSS
  • Removes unused CSS
  • Minifies CSS, images and JS

Setup

  1. Run npm install
  2. ??
  3. Profit

Development

  1. Run grunt dev
  2. ?? (in src/)
  3. Profit

Production

  1. Run grunt dist
  2. ??
  3. Profit (in dist/)