zdfs / toscani

This is a jQuery-based, progressively-enhanced solution for creating a single-field credit card input. The idea is to create a more streamlined credit card entry process.
872 stars 102 forks source link

Add Bower #21

Closed zdfs closed 10 years ago

zdfs commented 10 years ago

There are few dependencies to this project that would be better served by Bower. Modernizr, normalize, jQuery.

bradfrost commented 10 years ago

@zdfs but then does Bower become a big requirement? I haven't played with Bower yet, and given the lightweight nature of the script, I'm a little hesitant to make a package manager a requirement. If there's a way to do it as an enhancement, I'm all for it!

zdfs commented 10 years ago

It's just easier for dependency management (normalize, jquery, etc). It's just a nice-to-have.

However, I wrote this up before the Twitter conversation yesterday (or during, can't remember). Might just be easier to start from a simple html page in the v2 branch. Get the markup that we want and enhance from there.

If that's the case, I'll just close this ticket.