Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bower Main file target #24

Open
fhenderson opened this issue Nov 3, 2016 · 1 comment
Open

Bower Main file target #24

fhenderson opened this issue Nov 3, 2016 · 1 comment

Comments

@fhenderson
Copy link

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
Copy link
Contributor

timelf123 commented Nov 3, 2016

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"
    }
  }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants