rpocklin / angular-timeline

An Angular.JS directive that generates a responsive, data-driven vertical timeline to tell a story, show history or describe a sequence of events.
Other
417 stars 108 forks source link

Make library available through CDN and NPM #2

Closed crissdev closed 9 years ago

crissdev commented 9 years ago

Have you considered making the library available through cdnjs or jsdelivr? Publishing it to npm would also be helpful.

rpocklin commented 9 years ago

Agree I should publish this to NPM :) Thanks for reminding me.

cdnjs and jsdelivr I see as less important - i'd recommend using bower to install locally instead.

rpocklin commented 9 years ago

Published at https://www.npmjs.com/package/angular-timeline - no plans for the CDNs at this stage sorry.

crissdev commented 9 years ago

Thanks.