Skip to content

Commit

Permalink
add CONTRIBUTING file to project
Browse files Browse the repository at this point in the history
  • Loading branch information
chinchang committed Feb 23, 2013
1 parent 51c0eb1 commit 7585c2e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CONTRIBUTING.md
@@ -0,0 +1,16 @@
#Setting up
**Hint.css** uses [Grunt](http://gruntjs.com/) for the build process which you need to have installed on your system.

Also there are two Grunt tasks required to build the library:

1. grunt-contrib-mincss `npm install grunt-contrib-mincss`

2. grunt-sass `npm install grunt-sass`


#Building
Once you have the dependancies installed, run `grunt` from the project directory. This will run the default grunt task which only compiles the SCSS files into `hint.css` file.




0 comments on commit 7585c2e

Please sign in to comment.