-
Notifications
You must be signed in to change notification settings - Fork 83
Tim Branyen edited this page Jun 30, 2015
·
5 revisions
To contribute any patches, you may want to:
- make sure you have
gruntinstalled (see the grunt website for instructions.) - run
npm installinside the d3.chart root folder
Run grunt to create builds of d3.chart for the dist/ folder.
Note: Please do not commit the built files, the d3.chart team will commit a build from your changeset
While you write your code, run grunt watch to continuously lint it for errors and warnings.
Make sure that grunt test is passing all the tests. You can also open
test/index.html in the browser to see the tests results.
If you encounter a bug, please submit a ticket with a jsFiddle/jsBin replicating it.
The project uses tabs & 80 character lines.