adapt to new folder structure

This commit is contained in:
JFH
2020-07-25 15:32:59 +02:00
parent 2b42870e22
commit b7fccd59d5
4 changed files with 5 additions and 4 deletions

View File

@@ -72,6 +72,7 @@
- Refactoring: Move `build-html` to `build` directory
- Refactoring: Add favicon no-op to suppress favicon 404s until
loaded dynamically (might make configurable in future)
- Refactoring: create a src folder and subfolders for svgcanvas, editor, common and externals.
- Linting (ESLint): Simplify regexes
- Linting (ESLint): Replace `innerHTML` with `textContent` from old demo
- Linting (ESLint): Update as per latest ash-nazg