drafter-edu / drafter

A simple Python library for making websites
https://drafter-edu.github.io/drafter/
MIT License
0 stars 1 forks source link

Extract files.py to separate static files, with a preprocess build step #22

Open acbart opened 2 weeks ago

acbart commented 2 weeks ago

The files.py file has a lot of files embedded, and that's going to increase over time. We should extract these out to a separate static folder, and then add a preprocess step to the compilation phases for making them build into the python file. Or make Skulpt properly handle extra files.