darsain / sly

JavaScript library for one-directional scrolling with item based navigation support.
http://darsa.in/sly
2.87k stars 496 forks source link

add bower.json #143

Closed neilhem closed 10 years ago

neilhem commented 10 years ago

Add bower.json file for Bower support.

darsain commented 10 years ago

I've actually removed Sly from bower as It is a really badly executed package manager and maintaining bower.json would soon became an ugly endeavor as I'd have to keep a built distribution file in the repository. Thus, better remove it as soon as possible than support it for a long time and than cut the cord.

You should look at duo (successor to component(1)), which will be Sly's package manager of choice in next major rewrite. If I'll ever get to it :)

sullivanpt commented 9 years ago

-1 bower+wiredep is a widely used simple and elegant stop-gap while we're waiting for npm 3's flat dependency support to mature. Browserify's JS mangling doesn't come close to the same experience.