-
Notifications
You must be signed in to change notification settings - Fork 358
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Bower to npm - move angular 1 to npm #3344
Conversation
maybe I'm missing something obvious - but why not move it to webpack as well? I think long term it makes more sense to have npm packages + webpack vs npm + asset pipeline? |
This pull request is not mergeable. Please rebase and repush. |
Step by step :) You're right, it does .. but I want us to get off bower first, without dealing with moving stuff to webpack at the same time. (See "Next steps" in #3343) EDIT: updated the description accordingly |
"bootstrap-switch": "~3.3.4", | ||
"moment": ">=2.10.5", | ||
"bootstrap-select": "~1.12.2", | ||
"font-awesome-sass": "~4.7.0" | ||
"font-awesome-sass": "~4.7.0", | ||
"angular": "1.6.9" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This line is autogenerated when running bower install -F
, keeping for now, otherwise everybody will see a local change after bin/update
.
Test failure caused by Looking into whether we can remove it from the paths, or if we need to move bower elsewhere. Looks like we can't, not in a rails engine. Moving bower to a different dir. => #3388 |
we're removing this, but better to add this for now than to deal with everybody adding this in their pr
Checked commits https://github.com/himdel/manageiq-ui-classic/compare/eeb27b0ed60088cd0dd81776af30bb9ca0ec8d8c~...1dc0bbd3427fb891cd361ee549aba34144b249ed with ruby 2.3.3, rubocop 0.52.0, haml-lint 0.20.0, and yamllint 1.10.0 |
Cc @mzazrivec ;) |
issue: #3734 |
Continuing the effort from #3343, overall description there.
This moves angular 1 from bower to npm, no other changes.