Commit Graph

1 Commits

Author SHA1 Message Date
kdevo 72183e14a3 feat: add errorHandler if resource could not be loaded
- Fixes #7
- Fixes #6
- Add "errorHandler" config key
- Add the following error-handlers:
  - `warning`: prints warning if resource not found under 'assets'
  - `warning-remote`: prints warning, but tries RemoteGet as alternative
  - `error`: prints error if resource not found, fails build
2022-09-25 18:11:21 +02:00