Skip to content

danmall/danmallme

Repository files navigation

Starter Files, using Grunt

This is an ode to Chris Coyier. Thank you, Chris. http://24ways.org/2013/grunt-is-not-weird-and-hard/

  1. Create a package.json file in your project root.
  2. Run 'npm install' on your project root.
  3. Install command line tools: 'npm install -g grunt-cli'
  4. Install these Grunt packages:
    • npm install --save-dev grunt-sass
    • npm install grunt-contrib-compass --save-dev
    • npm install grunt-contrib-watch --save-dev
    • npm install grunt-contrib-uglify --save-dev
    • npm install grunt-contrib-concat --save-dev
    • npm install grunt-criticalcss --save-dev