starter-kit/test
Katerina Koukiou 96514e279e
main: Stop importing patternfly.css
* Stop importing cockpit's base1/patternfly.css

This is deprecated API and will be dropped at some point, in favor
of projects shipping their own CSS.

Install and import the styles from PF4 now.

* Use webpack based string replacement for removing the font-face rules from PF4

Doing the seddery in Makefile breaks `npm run build`, webpack watching,
and is generally brittle.
Do the font replacement hacking with `string-replace-loader`, which fits into webpack much more nicely.

There is still some potential simplification by not duplicating the
entire scss loader chain.

Co-authored-by: Martin Pitt <martin@piware.de>

Closes #315
2020-05-28 10:01:31 +02:00
..
check-application main: Stop importing patternfly.css 2020-05-28 10:01:31 +02:00
run test: Use test scenario for selecting browser 2020-03-10 17:52:30 +01:00
vm.install Bump up version of test/common 2020-05-23 07:51:00 +02:00