Closed jakelauer closed 6 years ago
Hello, Jake!
If you do not create bundles, then the BundleTransformer.Autoprefixer will not be applied.
@Taritsyn Sorry for the delay, I was not working on this yesterday.
I have already created bundles, but I neglected to include them in the code examples. Things are not working still.
Just in case, read the “Debugging HTTP handlers” section of documentation.
I have determined that Autoprefixer is working, but only when I'm not in debug mode. If I disable debug mode, it works correctly. Is there a way to enable this in debug mode? I have already set useInDebugMode
to true.
See the “Running Autoprefixer with BundleTransformer / LESS in Debug mode” discussion on Stack Overflow.
Some context first - I have set up BundleTransformer manually (not through NuGet) so I have manually added the necessary references to my project. I am using:
I have been using BundleTransformer successfully with Sass/Scss for a while, but I'm attempting to add Autoprefixer to the system. At this point, I managed to get everything to actually load without errors, but I the autoprefixer is not actually working. I'm having trouble figuring out what I'm doing wrong.
Here is my
web.config
(minus the irrelevant parts):I also added this in
global.asax.cs
: