mirror of
https://github.com/morrisjs/morris.js.git
synced 2024-11-10 21:36:34 +01:00
Merge pull request #243 from dissolved/master
Update Developer Quickstart instructions
This commit is contained in:
commit
85330798d9
@ -31,7 +31,7 @@ You'll need [node.js](https://nodejs.org). I recommend using
|
|||||||
development environments.
|
development environments.
|
||||||
|
|
||||||
With node installed, install [grunt](https://github.com/cowboy/grunt) using
|
With node installed, install [grunt](https://github.com/cowboy/grunt) using
|
||||||
`npm install -g grunt`, and then the rest of the test/build dependencies
|
`npm install -g grunt-cli`, and then the rest of the test/build dependencies
|
||||||
with `npm install` in the morris.js project folder.
|
with `npm install` in the morris.js project folder.
|
||||||
|
|
||||||
Once you're all set up, you can compile, minify and run the tests using `grunt`.
|
Once you're all set up, you can compile, minify and run the tests using `grunt`.
|
||||||
|
Loading…
Reference in New Issue
Block a user