<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>combinator Issue Tracker Rss Feed</title><link>http://combinator.codeplex.com/workitem/list/basic</link><description>combinator Issue Tracker Rss Description</description><item><title>Closed Issue: image-sprites branch unable to process bootstrap.css [48]</title><link>http://combinator.codeplex.com/workitem/48</link><description>Using the latest from your image-sprites branch, I&amp;#39;m getting the wrong bundled css output. Debugged through it and found that the ExCSS library is choking on bootstrap.css. I&amp;#39;m attaching the original bootstrap.css, the resource.Content that gets passed into StylesheetParser.Parse&amp;#40;&amp;#41; when processing bootstrap.css. And here is the error the library throws&amp;#58; &lt;br /&gt;&lt;br /&gt;s.Errors&lt;br /&gt;&amp;#39;ExCSS.Stylesheet&amp;#39; does not contain a definition for &amp;#39;Errors&amp;#39; and no extension method &amp;#39;Errors&amp;#39; accepting a first argument of type &amp;#39;ExCSS.Stylesheet&amp;#39; could be found &amp;#40;are you missing a using directive or an assembly reference&amp;#63;&amp;#41;&lt;br /&gt;p.Errors&lt;br /&gt;Count &amp;#61; 3&lt;br /&gt;    &amp;#91;0&amp;#93;&amp;#58; &amp;#34;-- line 9 col 165&amp;#58; &amp;#92;&amp;#34;&amp;#41;&amp;#92;&amp;#34; expected&amp;#34;&lt;br /&gt;    &amp;#91;1&amp;#93;&amp;#58; &amp;#34;-- line 9 col 175&amp;#58; &amp;#92;&amp;#34;&amp;#123;&amp;#92;&amp;#34; expected&amp;#34;&lt;br /&gt;    &amp;#91;2&amp;#93;&amp;#58; &amp;#34;&amp;#34;&lt;br /&gt;&lt;br /&gt;The first two errors are for this part from line 29 of the original bootstrap.css&amp;#58; &amp;#34;audio&amp;#58;not&amp;#40;&amp;#91;controls&amp;#93;&amp;#41; &amp;#123;&amp;#34; . This looks like a bug in ExCSS. I filed a bug with ExCSS&amp;#58; https&amp;#58;&amp;#47;&amp;#47;github.com&amp;#47;TylerBrinks&amp;#47;ExCSS&amp;#47;issues&amp;#47;8&lt;br /&gt;&lt;br /&gt;For now I&amp;#39;m going to rollback to my custom fork because that works fine for me on Azure, Azure Emulator, and in non-Azure mode &amp;#40;and I am OK with not using sprites feature for now&amp;#41;. &lt;br /&gt;&lt;br /&gt;Once this works with bootstrap again I can continue helping you debug the issues I was having. &lt;br /&gt;Comments: The latest 1.7 source processes Bootstrap without issues.</description><author>Piedone</author><pubDate>Mon, 06 May 2013 14:23:15 GMT</pubDate><guid isPermaLink="false">Closed Issue: image-sprites branch unable to process bootstrap.css [48] 20130506022315P</guid></item><item><title>Closed Issue: Revise IStorageProvider usages after Orchard 1.7 release [39]</title><link>http://combinator.codeplex.com/workitem/39</link><description>Since it will include Exists&amp;#40;&amp;#41; methods, refactor empty try-catched now used to overwrite files.&lt;br /&gt;</description><author>Piedone</author><pubDate>Thu, 18 Apr 2013 19:57:43 GMT</pubDate><guid isPermaLink="false">Closed Issue: Revise IStorageProvider usages after Orchard 1.7 release [39] 20130418075743P</guid></item><item><title>Closed Task: Change CombinatorResourceManager to use JsonConvert [51]</title><link>http://combinator.codeplex.com/workitem/51</link><description>Now that JSON.NET is part of Orchard&amp;#39;s libs it would be better to use it instead.&lt;br /&gt;</description><author>Piedone</author><pubDate>Thu, 18 Apr 2013 19:57:25 GMT</pubDate><guid isPermaLink="false">Closed Task: Change CombinatorResourceManager to use JsonConvert [51] 20130418075725P</guid></item><item><title>Created Task: Change CombinatorResourceManager to use JsonConvert [51]</title><link>http://combinator.codeplex.com/workitem/51</link><description>Now that JSON.NET is part of Orchard&amp;#39;s libs it would be better to use it instead.&lt;br /&gt;</description><author>Piedone</author><pubDate>Sun, 24 Feb 2013 17:21:44 GMT</pubDate><guid isPermaLink="false">Created Task: Change CombinatorResourceManager to use JsonConvert [51] 20130224052144P</guid></item><item><title>Commented Issue: Combinator doesn't work in Azure emulator mode [46]</title><link>http://combinator.codeplex.com/workitem/46</link><description>See here for details and the exception that&amp;#39;s thrown&amp;#58; http&amp;#58;&amp;#47;&amp;#47;orchard.codeplex.com&amp;#47;discussions&amp;#47;399765&amp;#35;post928218&lt;br /&gt;&lt;br /&gt;In CombinatorResource.cs, RelativeUrl throws an exception because the first parameter is already a well formed Uri. This is because while using the Azure Storage Emulator, the &amp;#34;url&amp;#34; parameter passed into FillRequiredContext&amp;#40;&amp;#41; is a well formed URI, which looks like this&amp;#58; http&amp;#58;&amp;#47;127.0.0.1&amp;#58;10000&amp;#47;devstoreaccount1&amp;#47;media&amp;#47;Default&amp;#47;Combinator&amp;#47;Scripts&amp;#47;1063579240-1.js. &lt;br /&gt;&lt;br /&gt;I haven&amp;#39;t tried yet, but I don&amp;#39;t think this error will happen when in production in Azure because the blob storage URI&amp;#39;s will not have the same Host as as the Orchard web instance. I&amp;#39;ll ignore the error or disable combinator when running under emulator locally, but it would be really nice to fix this and be able to test my site under emulator mode with Combinator enabled. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Comments: Does the issue exists&amp;#63;</description><author>Piedone</author><pubDate>Sun, 24 Feb 2013 17:20:45 GMT</pubDate><guid isPermaLink="false">Commented Issue: Combinator doesn't work in Azure emulator mode [46] 20130224052045P</guid></item><item><title>Commented Issue: CSS declared fonts are getting weird URI under Azure web role [47]</title><link>http://combinator.codeplex.com/workitem/47</link><description>Check&amp;#58; http&amp;#58;&amp;#47;&amp;#47;gbiamby.cloudapp.net&amp;#47;&lt;br /&gt;&lt;br /&gt;My css defines a font, &amp;#34;League Gothic&amp;#34;, which is part of my theme. But when I enable combinator, the browser thinks it should download the font files from blob storage instead of from my Orchard instance. &lt;br /&gt;&lt;br /&gt;The correct URL for the fonts, which works with Combinator disabled, is this&amp;#58; &lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;gbiamby.cloudapp.net&amp;#47;themes&amp;#47;gbiamby&amp;#47;styles&amp;#47;fonts&amp;#47;League_Gothic-webfont.ttf&lt;br /&gt;&lt;br /&gt;When combinator is enabled, the browser tries to grab the fonts from URL&amp;#39;s like this&amp;#58; &lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;giscard.blob.core.windows.net&amp;#47;Themes&amp;#47;gbiamby&amp;#47;Styles&amp;#47;fonts&amp;#47;League_Gothic-webfont.ttf&lt;br /&gt;Comments: Does the issue exists&amp;#63;</description><author>Piedone</author><pubDate>Sun, 24 Feb 2013 17:20:39 GMT</pubDate><guid isPermaLink="false">Commented Issue: CSS declared fonts are getting weird URI under Azure web role [47] 20130224052039P</guid></item><item><title>Closed Issue: Doesn't work in multiple server set up. [41]</title><link>http://combinator.codeplex.com/workitem/41</link><description>Me again &amp;#58;&amp;#41;&lt;br /&gt;&lt;br /&gt;So the code doesn&amp;#39;t seem to work in our set up, so we have two Orchard instances, I load one with Combinator enabled, I have added .&amp;#47;less to my ignore paths.&lt;br /&gt;&lt;br /&gt;The first server will create the links as follows.&lt;br /&gt;&lt;br /&gt;&amp;#60;link href&amp;#61;&amp;#34;&amp;#47;Media&amp;#47;Combinator&amp;#47;Styles&amp;#47;1489901916-1.css&amp;#63;timestamp&amp;#61;129839682310000000&amp;#34; rel&amp;#61;&amp;#34;stylesheet&amp;#34; type&amp;#61;&amp;#34;text&amp;#47;css&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;&amp;#60;link href&amp;#61;&amp;#34;&amp;#47;Themes&amp;#47;ThemeName&amp;#47;styles&amp;#47;styles.less&amp;#63;timestamp&amp;#61;129839682310000000&amp;#34; rel&amp;#61;&amp;#34;stylesheet&amp;#34; type&amp;#61;&amp;#34;text&amp;#47;css&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;&amp;#60;link href&amp;#61;&amp;#34;&amp;#47;Media&amp;#47;Combinator&amp;#47;Styles&amp;#47;1489901916-3.css&amp;#63;timestamp&amp;#61;129839682330000000&amp;#34; rel&amp;#61;&amp;#34;stylesheet&amp;#34; type&amp;#61;&amp;#34;text&amp;#47;css&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;&amp;#60;link href&amp;#61;&amp;#34;&amp;#47;Media&amp;#47;Combinator&amp;#47;Styles&amp;#47;1489901916-4.css&amp;#63;timestamp&amp;#61;129839682340000000&amp;#34; rel&amp;#61;&amp;#34;stylesheet&amp;#34; type&amp;#61;&amp;#34;text&amp;#47;css&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;&lt;br /&gt;I then load up the second server.&lt;br /&gt;&lt;br /&gt;&amp;#60;link href&amp;#61;&amp;#34;&amp;#47;Media&amp;#47;Combinator&amp;#47;Styles&amp;#47;1489901916-1.css&amp;#63;timestamp&amp;#61;129839682310000000&amp;#34; rel&amp;#61;&amp;#34;stylesheet&amp;#34; type&amp;#61;&amp;#34;text&amp;#47;css&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;&amp;#60;link href&amp;#61;&amp;#34;https&amp;#58;&amp;#47;&amp;#47;10.20.2.132&amp;#47;Themes&amp;#47;ThemeName&amp;#47;styles&amp;#47;styles.less&amp;#34; rel&amp;#61;&amp;#34;stylesheet&amp;#34; type&amp;#61;&amp;#34;text&amp;#47;css&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;&amp;#60;link href&amp;#61;&amp;#34;&amp;#47;Media&amp;#47;Combinator&amp;#47;Styles&amp;#47;1489901916-3.css&amp;#63;timestamp&amp;#61;129839682330000000&amp;#34; rel&amp;#61;&amp;#34;stylesheet&amp;#34; type&amp;#61;&amp;#34;text&amp;#47;css&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;&amp;#60;link href&amp;#61;&amp;#34;&amp;#47;Media&amp;#47;Combinator&amp;#47;Styles&amp;#47;1489901916-4.css&amp;#63;timestamp&amp;#61;129839682340000000&amp;#34; rel&amp;#61;&amp;#34;stylesheet&amp;#34; type&amp;#61;&amp;#34;text&amp;#47;css&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;&lt;br /&gt;Where the interal IP Address is the first server I loaded it up from, so as a outside user, this link will never work.&lt;br /&gt;&lt;br /&gt;&amp;#40;I also think you don&amp;#39;t need the timestamp on ignored resources&amp;#41;&lt;br /&gt;&lt;br /&gt;Comments: Please re-open if present.</description><author>Piedone</author><pubDate>Sun, 24 Feb 2013 17:19:28 GMT</pubDate><guid isPermaLink="false">Closed Issue: Doesn't work in multiple server set up. [41] 20130224051928P</guid></item><item><title>Closed Issue: Adding multiple .css and .less [35]</title><link>http://combinator.codeplex.com/workitem/35</link><description>I seem to be getting the same css and less being added to a page randomly.&lt;br /&gt;&lt;br /&gt;Clearing the cache fixes it for a while and then it comes back.&lt;br /&gt;&lt;br /&gt;Thoughts on what it could be&amp;#63;&lt;br /&gt;&lt;br /&gt;example.&lt;br /&gt;&amp;#60;link href&amp;#61;&amp;#34;&amp;#47;Themes&amp;#47;ChefAndBrewer&amp;#47;Styles&amp;#47;styles.less&amp;#34; rel&amp;#61;&amp;#34;stylesheet&amp;#34; type&amp;#61;&amp;#34;text&amp;#47;css&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;&amp;#60;link href&amp;#61;&amp;#34;&amp;#47;Themes&amp;#47;ChefAndBrewer&amp;#47;Styles&amp;#47;styles.less&amp;#34; rel&amp;#61;&amp;#34;stylesheet&amp;#34; type&amp;#61;&amp;#34;text&amp;#47;css&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;&amp;#60;link href&amp;#61;&amp;#34;&amp;#47;Themes&amp;#47;ChefAndBrewer&amp;#47;Styles&amp;#47;styles.less&amp;#34; rel&amp;#61;&amp;#34;stylesheet&amp;#34; type&amp;#61;&amp;#34;text&amp;#47;css&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;&amp;#60;link href&amp;#61;&amp;#34;&amp;#47;Themes&amp;#47;ChefAndBrewer&amp;#47;Styles&amp;#47;styles.less&amp;#34; rel&amp;#61;&amp;#34;stylesheet&amp;#34; type&amp;#61;&amp;#34;text&amp;#47;css&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;&lt;br /&gt;Comments: Please re-open if still present.</description><author>Piedone</author><pubDate>Sun, 24 Feb 2013 17:19:06 GMT</pubDate><guid isPermaLink="false">Closed Issue: Adding multiple .css and .less [35] 20130224051906P</guid></item><item><title>Created Feature: Use async APIs where needed after Orchard 1.7 [50]</title><link>http://combinator.codeplex.com/workitem/50</link><description>With async-await it&amp;#39;s very convenient, check where this would cause performance enhancements.&lt;br /&gt;</description><author>Piedone</author><pubDate>Sat, 09 Feb 2013 12:15:59 GMT</pubDate><guid isPermaLink="false">Created Feature: Use async APIs where needed after Orchard 1.7 [50] 20130209121559P</guid></item><item><title>Closed Task: Better inline documentation of code [4]</title><link>http://combinator.codeplex.com/workitem/4</link><description>Title says it all.&lt;br /&gt;</description><author>Piedone</author><pubDate>Mon, 31 Dec 2012 14:49:57 GMT</pubDate><guid isPermaLink="false">Closed Task: Better inline documentation of code [4] 20121231024957P</guid></item><item><title>Commented Issue: Feature request: diagnostics output that lists what resources are in each bundled resource [49]</title><link>http://combinator.codeplex.com/workitem/49</link><description>Can you please add a comma delimited list of the resources contained in each bundle&amp;#63; &amp;#60;br &amp;#47;&amp;#62;&amp;#60;br &amp;#47;&amp;#62;Either as commented out html right next to the &amp;#60;script&amp;#62; or &amp;#60;link&amp;#62; tag for the bundled resource, or commented out within the bundled resource itself.  &amp;#60;br &amp;#47;&amp;#62;&amp;#60;br &amp;#47;&amp;#62;&amp;#60;br &amp;#47;&amp;#62;&amp;#60;br &amp;#47;&amp;#62;&lt;br /&gt;Comments: Would you mind trying it out&amp;#63;</description><author>Piedone</author><pubDate>Thu, 22 Nov 2012 19:31:03 GMT</pubDate><guid isPermaLink="false">Commented Issue: Feature request: diagnostics output that lists what resources are in each bundled resource [49] 20121122073103P</guid></item><item><title>Closed Issue: Feature request: diagnostics output that lists what resources are in each bundled resource [49]</title><link>http://combinator.codeplex.com/workitem/49</link><description>Can you please add a comma delimited list of the resources contained in each bundle&amp;#63; &amp;#60;br &amp;#47;&amp;#62;&amp;#60;br &amp;#47;&amp;#62;Either as commented out html right next to the &amp;#60;script&amp;#62; or &amp;#60;link&amp;#62; tag for the bundled resource, or commented out within the bundled resource itself.  &amp;#60;br &amp;#47;&amp;#62;&amp;#60;br &amp;#47;&amp;#62;&amp;#60;br &amp;#47;&amp;#62;&amp;#60;br &amp;#47;&amp;#62;&lt;br /&gt;Comments: Fixed in changeset 7f245c2a74b3</description><author>Piedone</author><pubDate>Wed, 14 Nov 2012 17:50:01 GMT</pubDate><guid isPermaLink="false">Closed Issue: Feature request: diagnostics output that lists what resources are in each bundled resource [49] 20121114055001P</guid></item><item><title>Commented Issue: Feature request: diagnostics output that lists what resources are in each bundled resource [49]</title><link>http://combinator.codeplex.com/workitem/49</link><description>Can you please add a comma delimited list of the resources contained in each bundle&amp;#63; &amp;#60;br &amp;#47;&amp;#62;&amp;#60;br &amp;#47;&amp;#62;Either as commented out html right next to the &amp;#60;script&amp;#62; or &amp;#60;link&amp;#62; tag for the bundled resource, or commented out within the bundled resource itself.  &amp;#60;br &amp;#47;&amp;#62;&amp;#60;br &amp;#47;&amp;#62;&amp;#60;br &amp;#47;&amp;#62;&amp;#60;br &amp;#47;&amp;#62;&lt;br /&gt;Comments: Fixed in changeset 7f245c2a74b3</description><author>Piedone</author><pubDate>Wed, 14 Nov 2012 17:49:24 GMT</pubDate><guid isPermaLink="false">Commented Issue: Feature request: diagnostics output that lists what resources are in each bundled resource [49] 20121114054924P</guid></item><item><title>Edited Issue: Feature request: diagnostics output that lists what resources are in each bundled resource [49]</title><link>http://combinator.codeplex.com/workitem/49</link><description>Can you please add a comma delimited list of the resources contained in each bundle&amp;#63; &amp;#60;br &amp;#47;&amp;#62;&amp;#60;br &amp;#47;&amp;#62;Either as commented out html right next to the &amp;#60;script&amp;#62; or &amp;#60;link&amp;#62; tag for the bundled resource, or commented out within the bundled resource itself.  &amp;#60;br &amp;#47;&amp;#62;&amp;#60;br &amp;#47;&amp;#62;&amp;#60;br &amp;#47;&amp;#62;&amp;#60;br &amp;#47;&amp;#62;&lt;br /&gt;</description><author>Piedone</author><pubDate>Wed, 14 Nov 2012 17:49:24 GMT</pubDate><guid isPermaLink="false">Edited Issue: Feature request: diagnostics output that lists what resources are in each bundled resource [49] 20121114054924P</guid></item><item><title>Edited Issue: Feature request: diagnostics output that lists what resources are in each bundled resource [49]</title><link>http://combinator.codeplex.com/workitem/49</link><description>Can you please add a comma delimited list of the resources contained in each bundle&amp;#63; &amp;#60;br &amp;#47;&amp;#62;&amp;#60;br &amp;#47;&amp;#62;Either as commented out html right next to the &amp;#60;script&amp;#62; or &amp;#60;link&amp;#62; tag for the bundled resource, or commented out within the bundled resource itself.  &amp;#60;br &amp;#47;&amp;#62;&amp;#60;br &amp;#47;&amp;#62;&amp;#60;br &amp;#47;&amp;#62;&amp;#60;br &amp;#47;&amp;#62;&lt;br /&gt;</description><author>Piedone</author><pubDate>Wed, 14 Nov 2012 17:30:39 GMT</pubDate><guid isPermaLink="false">Edited Issue: Feature request: diagnostics output that lists what resources are in each bundled resource [49] 20121114053039P</guid></item><item><title>Commented Issue: Feature request: diagnostics output that lists what resources are in each bundled resource [49]</title><link>http://combinator.codeplex.com/workitem/49</link><description>Can you please add a comma delimited list of the resources contained in each bundle&amp;#63; &lt;br /&gt;&lt;br /&gt;Either as commented out html right next to the &amp;#60;script&amp;#62; or &amp;#60;link&amp;#62; tag for the bundled resource, or commented out within the bundled resource itself.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Comments: Sound reasonable, thanks for the clarification. Will look into this.</description><author>Piedone</author><pubDate>Wed, 14 Nov 2012 17:25:49 GMT</pubDate><guid isPermaLink="false">Commented Issue: Feature request: diagnostics output that lists what resources are in each bundled resource [49] 20121114052549P</guid></item><item><title>Commented Issue: Feature request: diagnostics output that lists what resources are in each bundled resource [49]</title><link>http://combinator.codeplex.com/workitem/49</link><description>Can you please add a comma delimited list of the resources contained in each bundle&amp;#63; &lt;br /&gt;&lt;br /&gt;Either as commented out html right next to the &amp;#60;script&amp;#62; or &amp;#60;link&amp;#62; tag for the bundled resource, or commented out within the bundled resource itself.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Comments: The use case is something that happens often&amp;#59; there are many different scenarios in which one would want to identify which resources are in each bundle. &amp;#10;&amp;#10;- I push a new build to my site in production or staging, and I want to look into an issue&amp;#10;- I am working on an issue in development and want to compare to production&amp;#10;- I have deployed a new build and want to make sure bundles contain changes in original resources &amp;#40;sometimes I have to trigger cache refresh&amp;#59; or sometimes issues with some machines in farm serving outdated bundles&amp;#41;&amp;#10;- When I was debugging the issue a few weeks ago about resource url&amp;#39;s within .css when running under Azure, I repeatedly had to identify which bundle to look into in order to troubleshoot the Azure blob URL problem&amp;#10;- Right now I&amp;#39;m looking into a potential issue where the same page loaded with two different content id&amp;#39;s ends up loading a completely different set of bundled resources &amp;#40;bundles have different names, and slightly different file sizes&amp;#41;. &amp;#10;- When trying to use the &amp;#34;resource sets&amp;#34; feature I also came across this difficulty. Trying to see if I had the resource sets set up the way I wanted was very hard and I eventually gave up because it took too much time to verify what was happening. &amp;#10;&amp;#10;Disabling minification is overall not much easier than looking through the minified bundles because it requires changing the settings through the admin &amp;#40;and if you are in a farm you run into issues of having to refresh the bundles on all the machines, given the new settings&amp;#41;. It also takes extra time to wait for the settings to save, empty the cache, and change the settings back, and if you are bundling resources that you didn&amp;#39;t write, you can&amp;#39;t rely on the comments to identify the resources.</description><author>TheMonarch</author><pubDate>Wed, 14 Nov 2012 15:47:52 GMT</pubDate><guid isPermaLink="false">Commented Issue: Feature request: diagnostics output that lists what resources are in each bundled resource [49] 20121114034752P</guid></item><item><title>Commented Issue: Feature request: diagnostics output that lists what resources are in each bundled resource [49]</title><link>http://combinator.codeplex.com/workitem/49</link><description>Can you please add a comma delimited list of the resources contained in each bundle&amp;#63; &lt;br /&gt;&lt;br /&gt;Either as commented out html right next to the &amp;#60;script&amp;#62; or &amp;#60;link&amp;#62; tag for the bundled resource, or commented out within the bundled resource itself.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Comments: What would be the specific use-case&amp;#63;&amp;#10;BTW if you disable minification you can recognize the resources building up a bundled file, in that case if you write comments those are preserved as well &amp;#40;however I&amp;#39;m not sure this latter one will work with the image-sprites branch, as ExCSS is stripping out comments AFAI remember&amp;#41;.</description><author>Piedone</author><pubDate>Wed, 14 Nov 2012 12:02:39 GMT</pubDate><guid isPermaLink="false">Commented Issue: Feature request: diagnostics output that lists what resources are in each bundled resource [49] 20121114120239P</guid></item><item><title>Created Issue: Feature request: diagnostics output that lists what resources are in each bundled resource [49]</title><link>http://combinator.codeplex.com/workitem/49</link><description>Can you please add a comma delimited list of the resources contained in each bundle&amp;#63; &lt;br /&gt;&lt;br /&gt;Either as commented out html right next to the &amp;#60;script&amp;#62; or &amp;#60;link&amp;#62; tag for the bundled resource, or commented out within the bundled resource itself.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</description><author>TheMonarch</author><pubDate>Tue, 13 Nov 2012 21:56:35 GMT</pubDate><guid isPermaLink="false">Created Issue: Feature request: diagnostics output that lists what resources are in each bundled resource [49] 20121113095635P</guid></item><item><title>Commented Issue: image-sprites branch unable to process bootstrap.css [48]</title><link>http://combinator.codeplex.com/workitem/48</link><description>Using the latest from your image-sprites branch, I&amp;#39;m getting the wrong bundled css output. Debugged through it and found that the ExCSS library is choking on bootstrap.css. I&amp;#39;m attaching the original bootstrap.css, the resource.Content that gets passed into StylesheetParser.Parse&amp;#40;&amp;#41; when processing bootstrap.css. And here is the error the library throws&amp;#58; &lt;br /&gt;&lt;br /&gt;s.Errors&lt;br /&gt;&amp;#39;ExCSS.Stylesheet&amp;#39; does not contain a definition for &amp;#39;Errors&amp;#39; and no extension method &amp;#39;Errors&amp;#39; accepting a first argument of type &amp;#39;ExCSS.Stylesheet&amp;#39; could be found &amp;#40;are you missing a using directive or an assembly reference&amp;#63;&amp;#41;&lt;br /&gt;p.Errors&lt;br /&gt;Count &amp;#61; 3&lt;br /&gt;    &amp;#91;0&amp;#93;&amp;#58; &amp;#34;-- line 9 col 165&amp;#58; &amp;#92;&amp;#34;&amp;#41;&amp;#92;&amp;#34; expected&amp;#34;&lt;br /&gt;    &amp;#91;1&amp;#93;&amp;#58; &amp;#34;-- line 9 col 175&amp;#58; &amp;#92;&amp;#34;&amp;#123;&amp;#92;&amp;#34; expected&amp;#34;&lt;br /&gt;    &amp;#91;2&amp;#93;&amp;#58; &amp;#34;&amp;#34;&lt;br /&gt;&lt;br /&gt;The first two errors are for this part from line 29 of the original bootstrap.css&amp;#58; &amp;#34;audio&amp;#58;not&amp;#40;&amp;#91;controls&amp;#93;&amp;#41; &amp;#123;&amp;#34; . This looks like a bug in ExCSS. I filed a bug with ExCSS&amp;#58; https&amp;#58;&amp;#47;&amp;#47;github.com&amp;#47;TylerBrinks&amp;#47;ExCSS&amp;#47;issues&amp;#47;8&lt;br /&gt;&lt;br /&gt;For now I&amp;#39;m going to rollback to my custom fork because that works fine for me on Azure, Azure Emulator, and in non-Azure mode &amp;#40;and I am OK with not using sprites feature for now&amp;#41;. &lt;br /&gt;&lt;br /&gt;Once this works with bootstrap again I can continue helping you debug the issues I was having. &lt;br /&gt;Comments: I tried it and indeed ExCSS fails on parsing that line &amp;#40;commented on the ExCSS issue as well&amp;#41;, but according to the W3C validatator bootstrap.css is not valid&amp;#33;</description><author>Piedone</author><pubDate>Sat, 20 Oct 2012 20:27:54 GMT</pubDate><guid isPermaLink="false">Commented Issue: image-sprites branch unable to process bootstrap.css [48] 20121020082754P</guid></item></channel></rss>