-
Notifications
You must be signed in to change notification settings - Fork 56
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
wierdness with main overrides for bower angular-ui-grid #171
Comments
I think its related to #166 where theres a logic problem with the selection algorithm |
OF note, it seems like when it goes to override a value, either show the overidden value or show [old value] => [new value]. It seems strange to display |
|
Which one is first though... and if package json is first, then can I say use bower.json exclusively? Seems odd for "main-bower-files" to read from package.json |
|
gulpfile.js:
setup with just this bower.json works, but with a bower.json and package.json it seems to not work
look in dist/assets/vendor and you should see ui-grid.auto-resize.js, and like i mentioned this works in isolation but not with a lot of other packages
log in isolation:
log in c:\projects\theproject
notice how
select file
operation doesnt respond to theoverrides: { "main": [ array ] }
And here's whats really odd... none of the other bower packages exhibit this behavior... any overrides work as expected, and the non-overrides work as expected as well... just
angular-ui-grid
bower package seems problematic.The text was updated successfully, but these errors were encountered: