-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Created SCSS folder in Cassiopeia can not be compiled with external compiler #37011
Comments
there's a pr: #36879 |
Did you try it? Did you run |
The PR works! But that is only for compiling SCSS in a development environment when the build folder is present. I'm talking about a live site with the build media folder. So, download and install a regular Joomla 4.1 installation. Then try to compile the SCSS files in media/templates/site/cassiopeia with a tool of your choice. then you get: { The paths need to be one level up. From: ../../../../../media/vendor/bootstrap/scss/functions to ../../../../media/vendor/bootstrap/scss/functions. Then compiling works. |
The pr is not merged for 4.1 so 4.1 will be broken. |
Thanks @dgrammatiko 😉 |
Duplicate of #36872 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/37011. |
Steps to reproduce the issue
Looks like the same problems with the Atum template in PR: #36879
Solution is to change the paths to the vendor and system folders in the scss/template.scss, scss/tools/_tools.scss and scss/offline.scss
The build script needs to be changed to handle the updates paths.
@DGT41 could you take a look?
The text was updated successfully, but these errors were encountered: