Skip to content

Update css background images to use relative paths

Fixes usgs/earthquake-eventpages#1328

Ran ./build.sh from root, then installed in earthquake-eventpages, and appeared to work as expected.

  • Paths to assets need to be relative to css file where rule is used
  • For theme.scss, it's defining a variable that is used in header; maybe this should be changed.
  • Added assets to test configuration in angular.json to make tests pass.

Merge request reports