jaridmargolin / formatter.js

Format html inputs to match a specified pattern
http://firstopinion.github.io/formatter.js
2.48k stars 235 forks source link

Wrong minified versions #41

Closed sylido closed 10 years ago

sylido commented 10 years ago

The unminified version of formatter.js are fine, but the minified ones are using "require" - both the jquery and non-jquery versions are affected. The un-minified versions work just fine after getting minified/uglified.

kirkhansen commented 10 years ago

I also had trouble with this. Thanks for pointing this out for everybody.

jaridmargolin commented 10 years ago

Addressed in v0.1.0. Thank you for submitting.