benevolent-games / turtle

slow and steady static site generator
MIT License
2 stars 0 forks source link

add option --copy #9

Open chase-moskal opened 1 year ago

chase-moskal commented 1 year ago

currently, turtle renders htmls, executes turtle scripts, and then copies EVERYTHING else (except for excluded paths). that copy step is too aggressive.

i think we should add a new option, --copy="**/*.css:**/*.json"

thus the files that get copied must be set explicitly