* add markdown and rich text editor as dependencies
* version update of simplemde types
* use copy plugin to copy files to output and lazy-load them
* Revert "add markdown and rich text editor as dependencies"
This reverts commit 0151ad36c1.
* revert version update
* npm i
* load via dependencies folder
* add dependencies
* check for localhost when loading scripts (due frontend/backend seperation).
* add ace modes
* I thought I was clear that I wanted to revert this
* subdirectory is build, use that in non-localhost environments
* satisfy build?
* load dependencies from npm, copy required content to output/dependencies
* remove dependencies folder
* change resourceLoader for easier re-using local loading
* smaller
* one more
* add font-awesome as local dependency as well
* hide block by default, if outdatedbrowser.min.js can be loaded, it will set display to 'block'. Also fixed bug of actually calling oudatedBrowser
* spacing
Co-authored-by: Ruud Faessen <r.faessen@mindef.nl>