Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 433 Bytes

README.md

File metadata and controls

31 lines (26 loc) · 433 Bytes

grunt-boilerplate

this is my standard grunt boilerplate for future reference.

How To use

  1. Download gruntfile.js & package.json
  2. Run npm install
  3. Run grunt
  4. Profit.

Expected file structure

gruntfile.js
src
  index.jade
  scss
    styles.scss
  js
    scripts.js
dist
  index.html
  css
    styles.css
  js
    scripts.js

Todo

  • put this into something like yeoman
  • find cool new things to add