jasondavies / d3-cloud

Create word clouds in JavaScript.
https://www.jasondavies.com/wordcloud/
Other
3.84k stars 1.07k forks source link

Include built file in npm releases #79

Closed arvind closed 9 years ago

arvind commented 9 years ago

Allows npm to be used for browser-based deployments. There doesn't appear to be a standard/consensus about whether npm packages should include their built output. The new D3 submodules, however, do include them.

jasondavies commented 9 years ago

Done, thanks! It’s not ideal, but I appreciate that the JavaScript package situation is difficult. If I ever remove the built output from NPM in future I’ll consider it a backwards-incompatible change and bump the major version.

arvind commented 9 years ago

Thanks Jason!