* 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>
* prepared the appsettings and the window options for the Google Analtyics Id setting
* removed white spaces
* refactored the analytics.service, also made use of the settings from the appsettings.json. The analtycsid from the appsettings will now be used.
* setting back the localhost statements for the gtag config
* Refactored the analytics.service again
* Made the uiOptions options, for the sake of testing...
* fixed a spelling mistake
* Removed the empty line after the if statement.
* Removed the analyticsIdConfig class. Fixed the hostname check for localhost
Co-authored-by: Martijn Dijkgraaf <>