danmall / danmallme

DanMall.me

Home Page:http://danmall.me/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

DanMall.me

http://danmall.me/


Languages

Language:PHP 91.6%Language:SCSS 6.7%Language:JavaScript 1.7%Language:Hack 0.0%