- Removed caching_dump.json
- Added cleanup function that is called on
process exit.
- .cache directory will be deleted on cleanup
- The server can now respond with error 403 or 404 depending on the
request
- Changed exit in testing mode to 10 seconds
- 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