Hi, I am migrating some projects from Nitro v4 to v5.
In my v4 project, I have a folder scss which contains subfolders for i.e., pages, templates, themes and etc. In all these folders I have .scss files.
When I run apex-nitro build I need that the dist folder contains a folder called css with all these subfolders and the css compiled for each file.
Is that something we can easily achieve with v5?
I am looking to keep the same folder structure as I had with v4 because otherwise I will have to change the references in the apps.
Hi, I am migrating some projects from Nitro v4 to v5.
In my v4 project, I have a folder
scsswhich contains subfolders for i.e.,pages,templates,themesand etc. In all these folders I have .scss files.When I run
apex-nitro buildI need that thedistfolder contains a folder calledcsswith all these subfolders and the css compiled for each file.Is that something we can easily achieve with v5?
I am looking to keep the same folder structure as I had with v4 because otherwise I will have to change the references in the apps.