the custom*.css files get moved
no, only css/custom.css and only if the target specified in config.customCss doesn’t exist.
This is the normal setup used by ~95% of the users, we cannot handle every edge case so these users must change it manually.
I’m currently setting the CSS file with customCss: “css/custom3.css”, in the config,
I’ll change that to customCss: “config/custom3.css”, ?
in your setup no file is moved automatically. As you are already using the config.customCss feature you can do the changes before next release by
- move all the
custom*.cssfile fromcsstoconfig - change
config.customCss: "config/custom3.css"

