cgarvis / angular-toggle-switch

AngularJS Toggle Switch
http://cgarvis.github.io/angular-toggle-switch
MIT License
160 stars 124 forks source link

ngMin causes problems with webpack or browserify #66

Closed voor closed 9 years ago

voor commented 9 years ago

Hi, the fact you're using ngMin creates an issue with packaging your directive and then running minification on the entire package instead of including the minified version.

voor commented 9 years ago

I was going to make a pull request, but #62 already satisfies this issue.

cgarvis commented 9 years ago

Yeah I was using this before webpack became so popular. It's starting to look like me managing the minified version doesn't make sense.