2020-10-20 14:43:57 +00:00
|
|
|
- ENHANCEMENT
|
|
|
|
- add node `gulp` script to package.json
|
2020-11-08 16:08:17 +00:00
|
|
|
- remove `title` and set empty `alt` tag on branding image
|
|
|
|
- add minimal working CSS for printing
|
|
|
|
- split out mobile CSS
|
2020-11-08 21:36:04 +00:00
|
|
|
- load static css/js assets from data template:
|
|
|
|
This way users can hash static assets and overwrite the data template
|
|
|
|
to deliver the hashed assets. Thats helpful if you have to deal with
|
|
|
|
long cache settings but wont to ensure your updated assets are delivered
|
|
|
|
to clients.
|
2020-11-08 14:00:48 +00:00
|
|
|
- BUGFIX
|
|
|
|
- use relative URL's for fonts
|
2020-11-08 20:58:08 +00:00
|
|
|
- INTERNAL
|
|
|
|
- publish Lighthouse CI overwiew to PR's
|