Skip to content

Commit

Permalink
add dev instructions to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
timwis committed Dec 10, 2015
1 parent 290450f commit 7e1f8d8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,9 @@ require('leaflet-choropleth')
## Examples
* [Basic usage](https://github.com/timwis/leaflet-choropleth/blob/gh-pages/examples/basic/demo.js)
* [Legend](https://github.com/timwis/leaflet-choropleth/blob/gh-pages/examples/legend/demo.js)
* [Advanced usage](https://github.com/timwis/leaflet-choropleth/blob/gh-pages/examples/advanced/demo.js) (fetch geojson and data file via AJAX and join them on common property)
* [Advanced usage](https://github.com/timwis/leaflet-choropleth/blob/gh-pages/examples/advanced/demo.js)
(fetch geojson and data file via AJAX and join them on common property)

## Development
Use `webpack` to compile `src/` to `dist/`. During development, `webpack --watch` will automatically
rebuild. Before committing `dist/`, use `webpack -p` to optimize and minify for production use.

0 comments on commit 7e1f8d8

Please sign in to comment.