Removes an unused import to tkinter which would cause builds to fail if it wasn't installed
0.1.5
Fix processor version calculation failing when installed via pip
0.1.4
Fixes installation issues when installing via pip, switches the dev server from http.server to uvicorn + starlette
0.1.2
Adds optional --symlinks and --no-symlinks options to the build command to force the symlink behavior and fixes a bug that would sometimes cause builds to fail.
0.1.0
This adds supports for outlining CSS data urls and support for generating a constants file that depends on the mode.
This is the first release where everything described in the readme is functional, though I need to use this in a real project before I can say it's production ready
0.0.11
Adds html partials support
src/public/index.html
html <!DOCTYPE html> <html> <head> <!--[TEMPLATE: ["/head/standard.html", {"title": "Try it Now"}]]--> </head> <body> </body> </html>
src/partials/head/standard.html
html <title><!--[STACK: ["retrieve", "title"]]--></title> <meta charset="utf-8">