Actions
Refactor #12364
closedUse NPM+Webpack to manage external assets (js, css, fonts)
Difficulty:
Triaged:
Description
Currently, some assets are manually inserted into `vendor/assets` and not automatically updated, while others are added as gem files which do update automatically but require additional packaging work every time they change.
It would be beneficial to use bower to maintain those assets for the following reasons:
It would be beneficial to use bower to maintain those assets for the following reasons:
- Reduce packaging work.
- Allow more frequent updates of included assets, as updates will not require separate repackaging.
- Allow simple updates to assets which don't have a gemified version.
- Allow timely updates to assets who's gemified versions are not up to date.
Updated by Tomer Brisker over 9 years ago
It would seem that bower is no longer being actively developed
So it would seem we should look into other options for handling assets, possibly npm.
Updated by Tomer Brisker almost 9 years ago
- Subject changed from Use bower to maintain external assets (js, css, fonts) to Use NPM+Webpack to manage external assets (js, css, fonts)
- Status changed from New to Assigned
Changed this to NPM+Webpack following discussion in https://github.com/theforeman/rfcs/pull/3
Updated by Tomer Brisker over 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset e2a57bfe537f7a5f1ef6aca7087df2f1fdea5905.
Actions