Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add instructions to install dependencies #1443

Merged
merged 1 commit into from
Aug 1, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,13 +174,10 @@ license your work under the [MIT License](http://en.wikipedia.org/wiki/MIT_Licen
<a name="grunt"></a>
#### Using CoffeeScript and Grunt

First, make sure you have the proper CoffeeScript / Grunt setup in place. We have added a package.json that makes this easy:

```
npm install
```
To install all development dependencies, in the project's root directory, run

This will install all the necessary Grunt plugins
npm install && gem install bundler && bundle install

Once you're configured, building the JavaScript from the command line is easy:

Expand Down