Project

General

Custom queries

Profile

Actions

Refactor #12364

closed

Use NPM+Webpack to manage external assets (js, css, fonts)

Added by Tomer Brisker over 9 years ago. Updated almost 7 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Packaging
Target version:

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:
  1. Reduce packaging work.
  2. Allow more frequent updates of included assets, as updates will not require separate repackaging.
  3. Allow simple updates to assets which don't have a gemified version.
  4. Allow timely updates to assets who's gemified versions are not up to date.

Related issues 5 (0 open5 closed)

Related to Foreman - Bug #16046: "Don't know how to build task 'webpack:compile'" running jenkins:integration taskClosedDominic Cleal08/10/2016Actions
Related to Foreman - Bug #16074: development version listens on 0.0.0.0:3000 and 0.0.0.0:3808 by defaultClosedShlomi Zadok08/11/2016Actions
Related to Foreman - Feature #16160: Add shell script to start foreman-webpackClosedLukas Zapletal08/18/2016Actions
Related to Foreman - Bug #17236: webpack source maps do not workClosedOhad Levy11/06/2016Actions
Related to Discovery - Bug #19403: js error of missing jquery.cookieClosedTomer Brisker04/27/2017Actions
Actions #1

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.

Actions #2

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

Actions #7

Updated by Tomer Brisker over 8 years ago

  • Status changed from Ready For Testing to Closed
  • % Done changed from 0 to 100
Actions

Also available in: Atom PDF