- Issue created by @ordermind
- Status changed to Fixed
9 months ago 3:51pm 4 March 2024 - πΈπͺSweden ordermind
This issue appears to be fixed in 1.2 so I'm closing this.
Automatically closed - issue fixed for 2 weeks with no activity.
While testing out this module I discovered that source maps don't work at all, they don't get printed to the file system.
Enable the module, goto /admin/config/development/performance and check the box "Enable sourcemaps" under SCSS Compiler -> Advanced.
Then rebuild the cache and go to any page. In the developer tools in the browser, you will see an error message in the console tab regarding not finding the .css.map file which is referenced in the css file. If you check your filesystem, you will see that in the subfolder where scss_compiler prints the css file, there is no .css.map file present.
I have created a patch which solves this issue for the SCSS compiler.
Fixed
1.0
Code
This issue appears to be fixed in 1.2 so I'm closing this.
Automatically closed - issue fixed for 2 weeks with no activity.