Edited Unassigned: utf-8 characters in .scss cause execption [29]
Adding a UTF-8 character to the content attribute of a CSS selector in a .scss file causes an exception to be thrown when that file is served.Selector:.foo:after{ content: "â–¼";}Exception:/*During the...
View ArticleCommented Unassigned: utf-8 characters in .scss cause execption [29]
Adding a UTF-8 character to the content attribute of a CSS selector in a .scss file causes an exception to be thrown when that file is served.Selector:.foo:after{ content: "â–¼";}Exception:/*During the...
View ArticleCreated 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: 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: Extensibility: enable custom cache key creation for...
_AssetHandlerBase.GetCacheKey()_ should delegate to _VirtualPathProvider.GetCacheKey()_. This would enable variation of LESS files by tenants in debug mode.If bundling is enabled (release mode), you...
View ArticleCommented Unassigned: Extensibility: enable custom cache key creation for...
_AssetHandlerBase.GetCacheKey()_ should delegate to _VirtualPathProvider.GetCacheKey()_. This would enable variation of LESS files by tenants in debug mode.If bundling is enabled (release mode), you...
View ArticleCommented Unassigned: Extensibility: enable custom cache key creation for...
_AssetHandlerBase.GetCacheKey()_ should delegate to _VirtualPathProvider.GetCacheKey()_. This would enable variation of LESS files by tenants in debug mode.If bundling is enabled (release mode), you...
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 ArticleCreated Unassigned: Invalid cache headers when not using...
Because we use the current assembly version in our web project we cannot use the built-in Styles/Scripts.Render methods for rendering bundles.Say we want to render a javascript bundle, it's rendered as...
View ArticleCommented Unassigned: Invalid cache headers when not using...
Because we use the current assembly version in our web project we cannot use the built-in Styles/Scripts.Render methods for rendering bundles.Say we want to render a javascript bundle, it's rendered as...
View ArticleClosed Unassigned: Invalid cache headers when not using Styles/Scripts.Render...
Because we use the current assembly version in our web project we cannot use the built-in Styles/Scripts.Render methods for rendering bundles.Say we want to render a javascript bundle, it's rendered as...
View ArticleEdited 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: 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 ArticleCreated Unassigned: @import statement [71]
Since [LESS v1.4.0](http://lesscss.org/features/#variables-feature-import-statements) it is possible to use variables in @import statements.I'm using BundleTransformer.Core v1.8.29 and the same version...
View ArticleEdited Unassigned: @import statement with variable [71]
Since [LESS v1.4.0](http://lesscss.org/features/#variables-feature-import-statements) it is possible to use variables in @import statements.I'm using BundleTransformer.Core v1.8.29 and the same version...
View ArticleClosed Unassigned: @import statement with variable [71]
Since [LESS v1.4.0](http://lesscss.org/features/#variables-feature-import-statements) it is possible to use variables in @import statements.I'm using BundleTransformer.Core v1.8.29 and the same version...
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: 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 ArticleCreated Unassigned: Less Preprocessing - Injecting/Overriding Variables [72]
Hello,Im running into an issue when trying to programatically replace/override certain less attributes. I have installed all the required libraries and the web.config is configured properly (i believe....
View ArticleCommented Unassigned: Less Preprocessing - Injecting/Overriding Variables [72]
Hello,Im running into an issue when trying to programatically replace/override certain less attributes. I have installed all the required libraries and the web.config is configured properly (i believe....
View Article