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

FYI - aab8bb0 broke my build pipeline - bower #125

Open
dellagustin opened this issue Jan 25, 2020 · 0 comments
Open

FYI - aab8bb0 broke my build pipeline - bower #125

dellagustin opened this issue Jan 25, 2020 · 0 comments

Comments

@dellagustin
Copy link
Contributor

Hello!

Just wanted to inform you that aab8bb0#diff-0a08a7565aba4405282251491979bb6b broke my build pipeline.

The culprit was the following line:

-    "!dist/jsmediatags.js"
+    "!dist/jsmediatags.min.js"

from my bower dependency file

 "jsmediatags": "^3.9.0",

I was a bit surprised, as you probably will be too, as I did not expect bower to use the current bower configuration file, but the one corresponding to that version.

anyway, I already found what to do to fix it, just wanted you to be informed of the unexpected side effect.

P.S.: Don't judge me for still using bower 😛 , I will eventually move on to npm.

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

1 participant