angulartics / angulartics-mixpanel

Mixpanel plugin for Angulartics
MIT License
34 stars 27 forks source link

Bower Main file target #24

Open fhenderson opened 7 years ago

fhenderson commented 7 years ago

Changing the main file target to the not minify version affects all products using this library,

I think that this should revert back to the minify version.

timelf123 commented 7 years ago

Using the non minified libraries is preferred by most in development. It's up to your build process to minify/or use the minified content -- or you can force bower to use the minified content:

{
  "overrides": {
    "angulartics-mixpanel": {
      "main": "dist/angulartics-mixpanel.min.js"
    }
  }
}