Larry Sky

Results 2 issues of Larry Sky

``` public string RenderCachedRawContent(string bundleName) { var cacheKey = CachePrefix + "_raw_" + bundleName; var output = rawContentCache.GetContent(cacheKey); if (output == null) { bundleState = rawContentBundleStateCache[cacheKey]; if (bundleState == null)...

Since EmbeddedResourceResolver.ResolveFile uses tempPathProvider I see no way how the resolver can support .less files. Are you going to fix it? Anyway many thanks for your work!