Commented Unassigned: AssetHandlerBase throws ThreadAbortException [114]
HiI use LessAssetHandler for transforming less files into css in debug mode. I notice in VS output window weird behavior: every time when LessAssetHandler is fired it throws ThreadAbortException. Why...
View ArticleCommented Unassigned: AssetHandlerBase throws ThreadAbortException [114]
HiI use LessAssetHandler for transforming less files into css in debug mode. I notice in VS output window weird behavior: every time when LessAssetHandler is fired it throws ThreadAbortException. Why...
View ArticleCommented Unassigned: AssetHandlerBase throws ThreadAbortException [114]
HiI use LessAssetHandler for transforming less files into css in debug mode. I notice in VS output window weird behavior: every time when LessAssetHandler is fired it throws ThreadAbortException. Why...
View ArticleCommented Unassigned: AssetHandlerBase throws ThreadAbortException [114]
HiI use LessAssetHandler for transforming less files into css in debug mode. I notice in VS output window weird behavior: every time when LessAssetHandler is fired it throws ThreadAbortException. Why...
View ArticleClosed Unassigned: AssetHandlerBase throws ThreadAbortException [114]
HiI use LessAssetHandler for transforming less files into css in debug mode. I notice in VS output window weird behavior: every time when LessAssetHandler is fired it throws ThreadAbortException. Why...
View ArticleCommented Unassigned: Missing data-uri image will cause 500 error in Less...
If you have an incorrect data-uri reference:```background-image: data-uri('nonexistant.png; )```... then your website won't start and you receive a 500 error. I believe this is because the...
View ArticleCreated Unassigned: Response.End() causes ThreadAbortExceptions [115]
The code in BundleTransformer.Core.HttpHandlers.AssetHandlerBase.ProcessRequest causes ThreadAbortExceptions on every request that's processed by the asset handler.Instead of calling Response.End() and...
View ArticleCommented Unassigned: Response.End() causes ThreadAbortExceptions [115]
The code in BundleTransformer.Core.HttpHandlers.AssetHandlerBase.ProcessRequest causes ThreadAbortExceptions on every request that's processed by the asset handler.Instead of calling Response.End() and...
View ArticleEdited Issue: Response.End() causes ThreadAbortExceptions [115]
The code in BundleTransformer.Core.HttpHandlers.AssetHandlerBase.ProcessRequest causes ThreadAbortExceptions on every request that's processed by the asset handler.Instead of calling Response.End() and...
View ArticleClosed Unassigned: Exception thrown in KernelBase.dll when requesting less...
How can I debug an exception like this? If I comment out the line ```lessBundle.Transforms.Add(new StyleTransformer());```In my BundleConfig.cs, then I get a 500 error on the lessBundle request. If I...
View ArticleCommented Unassigned: A first chance exception of type...
I'm not able to get over @Styles.Render("~/Content/style-bundle") (VisualStudio hangs there...)Only way how to continue in debugging is stop and then attach to w3wp process.Here's debug output:A first...
View ArticleClosed Unassigned: A first chance exception of type...
I'm not able to get over @Styles.Render("~/Content/style-bundle") (VisualStudio hangs there...)Only way how to continue in debugging is stop and then attach to w3wp process.Here's debug output:A first...
View ArticleCommented Unassigned: Page does not load with is-time call [98]
Still new to scss, but I am having an issue with this scss (see attached). The page wont load. It seems to be haing an issue with the "is-time" function call on line 64:@if is-time($timing-function)...
View ArticleCommented Unassigned: Page does not load, IISExpress cpu usage climbs [69]
I recently installed the Sass bundle transformer through Nuget and converted our bundler to use it:```var styleBundle = new Bundle("~/Styles/all");...
View ArticleCommented Unassigned: ThrowCatchUnwinder in SassAndScss transformer [58]
I am using the SassAndScss 1.8.3 to render my styles, using MVC 4:@Styles.Render("~/css/style")It is using IronRuby 1.1.3 as a reference.When I start my site, I get a lot of these errors:A first chance...
View ArticleClosed Unassigned: ThrowCatchUnwinder in SassAndScss transformer [58]
I am using the SassAndScss 1.8.3 to render my styles, using MVC 4:@Styles.Render("~/css/style")It is using IronRuby 1.1.3 as a reference.When I start my site, I get a lot of these errors:A first chance...
View ArticleCommented Unassigned: SASS Takes forever to compile [106]
Just compiling bootsrap-sass styles takes minutes. Same project takes less than a second to build as a grunt task.Comments: Hello, Untit1ed! In [Bundle Transformer...
View ArticleCommented Unassigned: Sass and SCSS - High CPU usage on IIS [90]
Hi,I'm using __Bundle Transformer: Sass and SCSS__ in the bundle config..```var core = new StyleBundle("~/Content/css", cdnUrl + "Css.gzip").Include(BundleFiles.Core);core.Builder =...
View ArticleCommented Unassigned: SCSS: Incorrect url rewrite with variable in url [80]
If using SCSS and bundling without valiables everything works:this (scss file is in 'Static/Styles' folder):```body { background: url('../Images/back.png') 0 0;}```compiles into:```body { background:...
View ArticleCommented Unassigned: AssetHandlerBase throws ThreadAbortException [114]
HiI use LessAssetHandler for transforming less files into css in debug mode. I notice in VS output window weird behavior: every time when LessAssetHandler is fired it throws ThreadAbortException. Why...
View Article