You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: