d3 / d3-time

A calculator for humanity’s peculiar conventions of time.

Home Page:https://d3js.org/d3-time

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Release builded version inside bower package

evilaliv3 opened this issue · comments

@mbostock: could you please provide the builded and minified file in the bower package?

this would be useful in order to be able to use the library in projects that uses bower instead of npm.

thanks!

No. D3 supports npm (see also unpkg), GitHub release attachments and d3js.org. I will not support Bower because it requires storing generated files in git, which means managing dedicated git repositories for Bower (see my mbostock-bower organization), which is a giant pain. I strongly recommend using npm instead of Bower.