I'm trying to help our developer install the Sass preprocessor on one of our Kentico V12 installs. I was just wondering if anyone has any experience of doing this? Did you use the Dart Sass Javascr...
I'm curious if there's a way to determine what stylesheet is being processed in the custom processor. It does not appear to be passed with CssEventArgs.Registering CSS preprocessors
I'm curious if there is a way to register parsers/preprocessors for script files referenced via GetResource.ashx. This would be useful for parsing CoffeeScript, DartJS, etc. I'd like to be able to ...