TAMULib / CAP

MIT License
3 stars 2 forks source link

Weaver webpack upgrade #186

Closed ghost closed 2 years ago

ghost commented 2 years ago

Upgrade to weaver webpack build

Caveats

  1. wro required downgrading bootstrap-sass package as ruby sass plugin is not compatible with non-deprecated sass math
  2. appConfig.js must be externalized from jar to afford 12-factor environment config
  3. github workflow required manually converting UI lcov to coveralls.json before combining. previously done by grunt
  4. no longer need to define production or development for maven build as the UI builds based on environment variable now

resolve #173