Hello,
Due to our project size we've decided to move our modules scss files outside theme to each respective module.
Problem, which I've encountered is that frontools compile css files to
/pub/../[Vendor_Module]/view/frontend/web/css
instead of simple
/pub/../[Vendor_Module]/css
Here is our module structure, and compilation output:
preprocessed:
module declaration inside themes.json:
"modules": { "PandaGroup_Careers": "app/code/PandaGroup/Careers" }
Any ideas how to force files to go to proper path? We use our fork of frontools 1.3.3.
Solved! Go to Solution.
We already solved this issue on chat.
It was just a change of "modules" declaration path, to points to frontend code, not whole module.