You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My use case for these subfolders is: I have a folder called pages which has scss files specific for any given "pages" I need to customize. Other folder called templates which has the scss files for any custom template the app is using and so on.
Then, of course, in each "page" or "custom template" I add the reference for the css/pages/page-1234.css for example. It gets organized and easy to maintain.
Another thing I noticed was that other folders inside my "src" folder were not being copied to the "dist" folder, for i.e., I have a folder called assets, lib and pwa and ideally I will need all these folders being copied. I could obviously move these folders to the new static folder, but then I'd have to re-map all the references in the app. Does that make sense?
I switched back to v4.1.6 for now, once v5.1 is available I will give another shot.
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 thedist
folder contains a folder calledcss
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.
The text was updated successfully, but these errors were encountered: