Skip to content

Commit

Permalink
Add minor improvements to CONTRIBUTE.md
Browse files Browse the repository at this point in the history
As stated in #66.
  • Loading branch information
drublic committed Oct 7, 2013
1 parent 048b7ed commit 508f1c7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CONTRIBUTE.md
Expand Up @@ -25,8 +25,12 @@ While working on CSS-Modal you need to run `grunt watch` on your command line.
This will compile the CSS files you need, check on your JS syntax with JSHint
and runs all the Jasmine tests when working on `modal.js`.

Before that make sure to run `npm install` to install all necessary Node
modules.

If you are working on JS, please write a test in `tests/spec/` before starting
with the development.

When changing the styles please test what you did in `index.html`.

We are currently using Sass 3.2 for developing this project.

0 comments on commit 508f1c7

Please sign in to comment.