benmccallum / AspNetBundling

An assortment of bundling utility classes like custom transformers and fixes for the ASP.NET Web Optimization bundling framework.
MIT License
63 stars 16 forks source link

CSS sourcemap support? #11

Closed dieseltravis closed 7 years ago

dieseltravis commented 8 years ago

Some sort of StyleWithSourceMapBundle class to include CSS sourcemaps would be nice.

benmccallum commented 7 years ago

Hey @dieseltravis , I remember I initially tried that in earlier versions but AjaxMin didn't seem to support it. At least, it wasn't generating anything.

dieseltravis commented 7 years ago

@benmccallum interesting, I'll take a look at AjaxMin and see if maybe a bug should be opened there.

benmccallum commented 7 years ago

Unfortunately AjaxMin doesn't seem to be very well supported. There's a few issues with it that everyone is working around. Let me know how you go though :)

dieseltravis commented 7 years ago

Ah yeah, I came across this open issue from 2014, doesn't sound very promising: https://ajaxmin.codeplex.com/workitem/21052

benmccallum commented 7 years ago

All I can say is swap to grunt or gulp and save yourself the heartache ;)