- Added package.json with dependencies
- Cleaned up unreachable code
- Moved a function definition in caching.js to the top of the file
- Added some comments
SASS, HTML and other Files that are preprocessed will be stored in their
processed form in the .cache directory for faster access. When a file is
called more than 10 times in the last minute, it will be loaded into the
memory and stays there for an hour. This allows the server to respond
even faster to requests.
- Added Fonts and routing to fonts in font folder
- Added vue.js
- Added configurable routing by file-extension via config.json
- Added fonts to the style.css
- closes#1
- Added Fonts and routing to fonts in font folder
- Added vue.js
- Added configurable routing by file-extension via config.json
- Added fonts to the style.css