Skip to content

danmall/danmallme

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
-
 
 
 
 
 
 
 
 
 
 
 
 
i
 
 
 
 
rss
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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