nolooking icon indicating copy to clipboard operation
nolooking copied to clipboard

Make STATIC_DIR an argument and get rid of `test_paths` feature

Open nickfarrow opened this issue 3 years ago • 1 comments

I think by default we should use

STATIC_DIR = "static";

And give people the option of setting it using a config argument if they want to host nolooking from a more exotic directory.

Then could we get rid of the test_paths feature, instead passing it as an argument with the tests?

nickfarrow avatar Nov 03 '22 06:11 nickfarrow

I think there should be some build-time option to use a specific default directory so people using packaged version don't need to override it. But maybe it's best to just set default in config_spec.toml and patch it during packaging. Maybe this is something configure_me should support better.

Kixunil avatar Nov 17 '22 13:11 Kixunil