Hi guys,
We're running into some issues which seem related to the Rapido stuff you've been adding. Firstly, whenever I try to save the Area settings, I get the following exception: "You are importing a file ending in .less that cannot be found [configs.less]." (full details in attached screenshot). We have this file in our Designs/DesignName/Css folder and it's referenced from subfolders. Because of the way we build our bundles, this works for us, but apparently breaks on your code.
The second problem is that we get new .less files in our CSS files (for example _variables_1.auto.less) which breaks our compilation process. Our CSS bundler has an option to exclude certain files but I rather not have these files to begin with.
Can we override / stop the generation of these files from the settings somehow, bypassing both these problems?
Thanks!