codrops / TextInputEffects

Simple styles and effects for enhancing text input interactions.
967 stars 170 forks source link

Bower support #1

Open robertmain opened 9 years ago

robertmain commented 9 years ago

It would be kinda nice if this was available on bower (my asset pipeline is bower based) so I could just add it to my bower.json and have it installed for me

dandv commented 9 years ago

How about npm? See https://www.quora.com/Why-use-Bower-when-there-is-npm

robertmain commented 9 years ago

Because bower is designed to contain front end packages, whereas npm is more for things like express and server side stuff.

I would also like to draw your attention to a point which was mentioned in the article:

"Have you seen the way NPM handles its dependencies? The whole infinite sub-folder nesting is atrocious, especially if you are a Windows user, you are going to love the path issues you will run into because nested dependencies can sometimes exceed the 255 character path limit."

On 25 Jun 2015 3:55 am, "Dan Dascalescu" notifications@github.com wrote:

How about npm? See https://www.quora.com/Why-use-Bower-when-there-is-npm

— Reply to this email directly or view it on GitHub https://github.com/codrops/TextInputEffects/issues/1#issuecomment-115083532 .