<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>chirpy Issue Tracker Rss Feed</title><link>http://chirpy.codeplex.com/workitem/list/basic</link><description>chirpy Issue Tracker Rss Description</description><item><title>Created Unassigned: Console issue: execution order makes minification fail [168]</title><link>http://chirpy.codeplex.com/workitem/168</link><description>Hi,&lt;br /&gt;&lt;br /&gt;I&amp;#39;ve had a problem when using the console to minify and bundle my js files. The problem is that I reference chirpy-minified files from the bundles and now, in the Main method of the Program.cs file the execution is first bundling and then minifying for each directory. &lt;br /&gt;&lt;br /&gt;In my case, bundles are also refering to other folder chirpy minifed items so I had to implement a change to the code in order to make it work&amp;#58;&lt;br /&gt;&lt;br /&gt;static void Main&amp;#40;string&amp;#91;&amp;#93; args&amp;#41;&lt;br /&gt;&amp;#123;&lt;br /&gt;    System.DateTime d &amp;#61; System.DateTime.Now&amp;#59;&lt;br /&gt;    System.Console.WriteLine&amp;#40;&amp;#34;PLEASE, MAKE SURE ALL THE FILES IN YOUR FOLDER ARE NOT WRITE PROTECTED.&amp;#92;nPRESS ANY KEY TO CONTINUE&amp;#34;&amp;#41;&amp;#59;&lt;br /&gt;    System.Console.Read&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;    string findPath &amp;#61; string.Empty&amp;#59;&lt;br /&gt;    if &amp;#40;args.Length &amp;#62; 0&amp;#41;&lt;br /&gt;    &amp;#123;&lt;br /&gt;        findPath &amp;#61; args&amp;#91;0&amp;#93;&amp;#59;&lt;br /&gt;    &amp;#125;&lt;br /&gt;            &lt;br /&gt;    &amp;#47;&amp;#47;GoogleClosureJavaPath &amp;#61; &amp;#34;&amp;#34;&amp;#59;&lt;br /&gt;&lt;br /&gt;    string&amp;#91;&amp;#93; dirs &amp;#61; Directory.GetDirectories&amp;#40;findPath, &amp;#34;&amp;#42;&amp;#34;, SearchOption.AllDirectories&amp;#41;&amp;#59;&lt;br /&gt;            &lt;br /&gt;    &amp;#47;&amp;#47;first we make only file compressions&lt;br /&gt;    EngineDirectory&amp;#40;findPath&amp;#41;&amp;#59;&lt;br /&gt;    foreach &amp;#40;var directory in dirs&amp;#41;&lt;br /&gt;    &amp;#123;&lt;br /&gt;        EngineDirectory&amp;#40;directory&amp;#41;&amp;#59;&lt;br /&gt;    &amp;#125;&lt;br /&gt;&lt;br /&gt;    &amp;#47;&amp;#47;then we make bundles.&lt;br /&gt;    &amp;#47;&amp;#47;double iteration but bundles can now make a reference to already minified files.&lt;br /&gt;                     &lt;br /&gt;    ConfigDirectory&amp;#40;findPath&amp;#41;&amp;#59;&lt;br /&gt;    foreach &amp;#40;var directory in dirs&amp;#41;&lt;br /&gt;    &amp;#123;&lt;br /&gt;        ConfigDirectory&amp;#40;directory&amp;#41;&amp;#59;&lt;br /&gt;    &amp;#125;&lt;br /&gt;    System.Console.WriteLine&amp;#40;&amp;#34;Spent time&amp;#58; &amp;#34; &amp;#43; &amp;#40;d - System.DateTime.Now&amp;#41;.ToString&amp;#40;&amp;#41;&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;&amp;#125;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;As you can see I&amp;#39;ve splitted the execution in two loops and inverted the order. I think this works in all situations although it takes more execution time.&lt;br /&gt;&lt;br /&gt;I just wanted to let you know my scenario in case you want to update the project to cover it.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;&lt;br /&gt;Roberto.&lt;br /&gt;</description><author>egonsch</author><pubDate>Tue, 11 Jun 2013 11:52:24 GMT</pubDate><guid isPermaLink="false">Created Unassigned: Console issue: execution order makes minification fail [168] 20130611115224A</guid></item><item><title>Created Issue: Sass Mixins not Parsing [167]</title><link>http://chirpy.codeplex.com/workitem/167</link><description>Sass engine not liking the Mixins...if I remove the parenthesis - it works fine. Is this a version issue - I&amp;#39;m using the latest beta 2.0.0.6.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;#96;&amp;#96;&amp;#96;&lt;br /&gt;.backgroundImage&amp;#40;&amp;#41; &amp;#123;&lt;br /&gt;background-image&amp;#58; url&amp;#40;framework&amp;#47;error.png&amp;#41;&amp;#59;&lt;br /&gt;&amp;#125;&lt;br /&gt;&lt;br /&gt;&amp;#36;white&amp;#58; &amp;#35;fff&amp;#59;&lt;br /&gt;&lt;br /&gt;body &amp;#123;&lt;br /&gt;    background-color&amp;#58; &amp;#36;white&amp;#59;&lt;br /&gt;    .backgroundImage&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;&amp;#125;&lt;br /&gt;&amp;#96;&amp;#96;&amp;#96;&lt;br /&gt;Throws error...&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Error&amp;#58; IronRuby.Classes.SystemException&amp;#36;1&amp;#58; Sass&amp;#58;&amp;#58;SyntaxError&lt;br /&gt;   at Microsoft.Scripting.Interpreter.ThrowInstruction.Run&amp;#40;InterpretedFrame frame&amp;#41;&lt;br /&gt;   at Microsoft.Scripting.Interpreter.Interpreter.HandleException&amp;#40;InterpretedFrame frame, Exception exception&amp;#41;&lt;br /&gt;   at Microsoft.Scripting.Interpreter.Interpreter.Run&amp;#40;InterpretedFrame frame&amp;#41;&lt;br /&gt;   at Microsoft.Scripting.Interpreter.LightLambda.Run2&amp;#91;T0,T1,TRet&amp;#93;&amp;#40;T0 arg0, T1 arg1&amp;#41;&lt;br /&gt;   at IronRuby.Runtime.Calls.RubyObjectMethodDispatcherWithScope.Invoke&amp;#91;TScope&amp;#93;&amp;#40;CallSite callSite, TScope scope, Object self&amp;#41;&lt;br /&gt;   at System.Dynamic.UpdateDelegates.UpdateAndExecute2&amp;#91;T0,T1,TRet&amp;#93;&amp;#40;CallSite site, T0 arg0, T1 arg1&amp;#41;&lt;br /&gt;   at Microsoft.Scripting.Interpreter.DynamicInstruction&amp;#96;3.Run&amp;#40;InterpretedFrame frame&amp;#41;&lt;br /&gt;   at Microsoft.Scripting.Interpreter.Interpreter.Run&amp;#40;InterpretedFrame frame&amp;#41;&lt;br /&gt;   at Microsoft.Scripting.Interpreter.LightLambda.Run2&amp;#91;T0,T1,TRet&amp;#93;&amp;#40;T0 arg0, T1 arg1&amp;#41;&lt;br /&gt;   at IronRuby.Runtime.Calls.RubyObjectMethodDispatcherWithScope.Invoke&amp;#91;TScope&amp;#93;&amp;#40;CallSite callSite, TScope scope, Object self&amp;#41;&lt;br /&gt;   at System.Dynamic.UpdateDelegates.UpdateAndExecute2&amp;#91;T0,T1,TRet&amp;#93;&amp;#40;CallSite site, T0 arg0, T1 arg1&amp;#41;&lt;br /&gt;   at Microsoft.Scripting.Interpreter.DynamicInstruction&amp;#96;3.Run&amp;#40;InterpretedFrame frame&amp;#41;&lt;br /&gt;   at Microsoft.Scripting.Interpreter.Interpreter.Run&amp;#40;InterpretedFrame frame&amp;#41;&lt;br /&gt;   at Microsoft.Scripting.Interpreter.LightLambda.Run2&amp;#91;T0,T1,TRet&amp;#93;&amp;#40;T0 arg0, T1 arg1&amp;#41;&lt;br /&gt;   at IronRuby.Runtime.Calls.RubyObjectMethodDispatcherWithScope.Invoke&amp;#91;TScope&amp;#93;&amp;#40;CallSite callSite, TScope scope, Object self&amp;#41;&lt;br /&gt;   at System.Dynamic.UpdateDelegates.UpdateAndExecute2&amp;#91;T0,T1,TRet&amp;#93;&amp;#40;CallSite site, T0 arg0, T1 arg1&amp;#41;&lt;br /&gt;   at Microsoft.Scripting.Interpreter.DynamicInstruction&amp;#96;3.Run&amp;#40;InterpretedFrame frame&amp;#41;&lt;br /&gt;   at Microsoft.Scripting.Interpreter.Interpreter.Run&amp;#40;InterpretedFrame frame&amp;#41;&lt;br /&gt;   at Microsoft.Scripting.Interpreter.LightLambda.Run4&amp;#91;T0,T1,T2,T3,TRet&amp;#93;&amp;#40;T0 arg0, T1 arg1, T2 arg2, T3 arg3&amp;#41;&lt;br /&gt;   at System.Dynamic.UpdateDelegates.UpdateAndExecute3&amp;#91;T0,T1,T2,TRet&amp;#93;&amp;#40;CallSite site, T0 arg0, T1 arg1, T2 arg2&amp;#41;&lt;br /&gt;   at CallSite.Target&amp;#40;Closure , CallSite , Object , String , Object &amp;#41;&lt;br /&gt;   at SassAndCoffee.Core.Sass.SassCompiler.Compile&amp;#40;String path, IList&amp;#96;1 dependentFileList&amp;#41;&lt;br /&gt;   at Zippy.Chirp.Engines.SassEngine.TransformToCss&amp;#40;String fullFileName, String text, ProjectItem projectItem&amp;#41;&lt;br /&gt;   at Zippy.Chirp.Engines.SassEngine.Transform&amp;#40;String fullFileName, String text, ProjectItem projectItem&amp;#41;&lt;br /&gt;   at Zippy.Chirp.Engines.TransformEngine.Run&amp;#40;String fullFileName, ProjectItem projectItem&amp;#41;&lt;br /&gt;   at Zippy.Chirp.Engines.EngineManager.Process&amp;#40;ProjectItem projectItem&amp;#41;&lt;br /&gt;</description><author>SliverNinja</author><pubDate>Mon, 25 Mar 2013 17:14:07 GMT</pubDate><guid isPermaLink="false">Created Issue: Sass Mixins not Parsing [167] 20130325051407P</guid></item><item><title>Created Issue: skip-able script tags [166]</title><link>http://chirpy.codeplex.com/workitem/166</link><description>currently if a view is a chirp compressed file like &amp;#96;View.chirp.cshtml&amp;#96; there is no way to tell chirpy to skip one script block.  It would be nice to have such ability.&lt;br /&gt;&lt;br /&gt;Why I need this, because sometimes I use two script blocks. One is specific to that partial view, second is generated &amp;#40;which contains c&amp;#35; code&amp;#41;.&lt;br /&gt;</description><author>edokan</author><pubDate>Wed, 27 Feb 2013 21:20:27 GMT</pubDate><guid isPermaLink="false">Created Issue: skip-able script tags [166] 20130227092027P</guid></item><item><title>Commented Issue: TFS check out of minified files [88]</title><link>http://chirpy.codeplex.com/workitem/88</link><description>We like to keep all our minified files checked into to TFS, this means that every time you modify the config or the js files an error occurs if you haven&amp;#39;t manually checked out the minified files. Is it possible to automate the check out of the files when chirpy attempts to modify them.&lt;br /&gt;Comments: There are still issues here I believe. We have this mainly with the config functionality. Upon saving the config file, checkout is prompted for that config file, but checkout prompts are not correctly fired for all the minified files to be generated as part of the config.&amp;#10;&amp;#10;Have looked at the code for this, and it appeared as if though for every file being generated as part of the config, it was checking out the config again &amp;#40;if it wasn&amp;#39;t already checked out&amp;#41;, not the JS file itself. Have tested a change in my development environment and appears to be working correctly, but not sure if there have been any repercussions as of yet, still need to test it, but I do get the checkout prompts for the correct files now so if it all seems to be working correctly, I will submit a pull request with the fix.</description><author>hdougie</author><pubDate>Tue, 08 Jan 2013 11:55:38 GMT</pubDate><guid isPermaLink="false">Commented Issue: TFS check out of minified files [88] 20130108115538A</guid></item><item><title>Commented Issue: uninstall [119]</title><link>http://chirpy.codeplex.com/workitem/119</link><description>can&amp;#39;t see anyway to uninstall Chirpy...please advise.&lt;br /&gt;Comments: So, I removed the DLL&amp;#39;s from the AddIns folder, but there are still remnants of the add-in leftover in Visual Studio. I was able to get rid of the Solution Explorer contextual menu items by clicking on each one, at which point VS throws up a warning dialog saying that the AddIn cannot be found and offers to remove.</description><author>danthman</author><pubDate>Mon, 31 Dec 2012 07:07:57 GMT</pubDate><guid isPermaLink="false">Commented Issue: uninstall [119] 20121231070757A</guid></item><item><title>Commented Issue: uninstall [119]</title><link>http://chirpy.codeplex.com/workitem/119</link><description>can&amp;#39;t see anyway to uninstall Chirpy...please advise.&lt;br /&gt;Comments: The fact that Chirpy doesn&amp;#39;t provide a clean uninstall, makes me want to uninstall it even more&amp;#33;</description><author>q42jaap</author><pubDate>Fri, 28 Dec 2012 09:35:07 GMT</pubDate><guid isPermaLink="false">Commented Issue: uninstall [119] 20121228093507A</guid></item><item><title>Edited Issue: Java x64 [165]</title><link>http://chirpy.codeplex.com/workitem/165</link><description>Java virtual machine x64 fail to detect and set for Google closure compiler &amp;#40;offline mode&amp;#41;.&amp;#60;br &amp;#47;&amp;#62;It may be increase speed.&amp;#60;br &amp;#47;&amp;#62;Thanks&lt;br /&gt;</description><author>emdadgar2</author><pubDate>Tue, 18 Dec 2012 03:23:45 GMT</pubDate><guid isPermaLink="false">Edited Issue: Java x64 [165] 20121218032345A</guid></item><item><title>Created Issue: Java x64 [165]</title><link>http://chirpy.codeplex.com/workitem/165</link><description>Java virtual machine x64 fail to detect and set for Google closure compiler&lt;br /&gt;</description><author>emdadgar2</author><pubDate>Tue, 18 Dec 2012 03:22:31 GMT</pubDate><guid isPermaLink="false">Created Issue: Java x64 [165] 20121218032231A</guid></item><item><title>Commented Issue: Installer Error - Could not access network location [118]</title><link>http://chirpy.codeplex.com/workitem/118</link><description>I get an installer error as follows&amp;#58;&lt;br /&gt;Could not access network location &amp;#92;&amp;#92;&amp;#91;shared&amp;#93;&amp;#92;&amp;#91;user&amp;#93;&amp;#92;&amp;#92;Visual Studio 2010&amp;#92;AddIns.&lt;br /&gt;&lt;br /&gt;I&amp;#39;m pretty sure it&amp;#39;s due to the extra backslash. Please help, I have a default installation of Visual Studio 2010 Professional.&lt;br /&gt;&lt;br /&gt;Thanks&amp;#33;&lt;br /&gt;Comments: Thanks for posting this. I was looking for ages for a solution to this.</description><author>nottrobin</author><pubDate>Mon, 26 Nov 2012 13:23:49 GMT</pubDate><guid isPermaLink="false">Commented Issue: Installer Error - Could not access network location [118] 20121126012349P</guid></item><item><title>Commented Issue: Typescript support [159]</title><link>http://chirpy.codeplex.com/workitem/159</link><description>Please create TypeScript support for Chirpy...&lt;br /&gt;&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;www.typescriptlang.org&lt;br /&gt;&lt;br /&gt;Thanks&lt;br /&gt;Comments: I renamed my file to &amp;#42;chirp.ts and nothing happened.&amp;#10;&amp;#10;I&amp;#39;m using version 2.06, should this work&amp;#63;</description><author>wilkinsonj</author><pubDate>Sun, 11 Nov 2012 20:45:44 GMT</pubDate><guid isPermaLink="false">Commented Issue: Typescript support [159] 20121111084544P</guid></item><item><title>Created Issue: Closure and ViewEngine [164]</title><link>http://chirpy.codeplex.com/workitem/164</link><description>Hi,&lt;br /&gt;&lt;br /&gt;When default JS minification engine is selected as Google Closure Tools, Chirpy uses that engine for views as well. problem is, view path is passed to closure tools with --js parameter, so it try to parse my razor view instead of javascript block in it.&lt;br /&gt;</description><author>edokan</author><pubDate>Wed, 07 Nov 2012 09:41:03 GMT</pubDate><guid isPermaLink="false">Created Issue: Closure and ViewEngine [164] 20121107094103A</guid></item><item><title>Commented Issue: Add RequireJS Optimizer to JS minifier [130]</title><link>http://chirpy.codeplex.com/workitem/130</link><description>I would like to see the RequireJS optimizer included in chirpy.&lt;br /&gt;&lt;br /&gt;It seems like it can be done in the same way as the GoogleClosureOfflineCompiler. &amp;#40;requiring NodeJs.exe and r.js  https&amp;#58;&amp;#47;&amp;#47;github.com&amp;#47;jrburke&amp;#47;r.js&amp;#41;&lt;br /&gt;&lt;br /&gt;Would this be feasible&amp;#63;&lt;br /&gt;Comments: I think this would be a great addition.  I have been on two projects now, where we would like to use RequireJS.</description><author>greggbjensen</author><pubDate>Mon, 05 Nov 2012 20:28:04 GMT</pubDate><guid isPermaLink="false">Commented Issue: Add RequireJS Optimizer to JS minifier [130] 20121105082804P</guid></item><item><title>Created Issue: Cannot specify DefaultJavaScriptMinifier in config file [163]</title><link>http://chirpy.codeplex.com/workitem/163</link><description>Hello,&lt;br /&gt;&lt;br /&gt;it would be nice to be able to specify the DefaultJavaScriptMinifier in a config file. &lt;br /&gt;For example to have the following in a .chirp.config file&amp;#58;&lt;br /&gt;  &amp;#60;Settings&amp;#62;&lt;br /&gt;    &amp;#60;Setting key&amp;#61;&amp;#34;GoogleClosureJavaPath&amp;#34; value&amp;#61;&amp;#34;C&amp;#58;&amp;#92;Program Files &amp;#40;x86&amp;#41;&amp;#92;Java&amp;#92;jre7&amp;#92;bin&amp;#92;javaw.exe&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;    &amp;#60;Setting key&amp;#61;&amp;#34;GoogleClosureOffline&amp;#34; value&amp;#61;&amp;#34;true&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;    &amp;#60;Setting key&amp;#61;&amp;#34;DefaultJavaScriptMinifier&amp;#34; value&amp;#61;&amp;#34;gctSimple&amp;#34;&amp;#62;&amp;#60;&amp;#47;Setting&amp;#62;&lt;br /&gt;  &amp;#60;&amp;#47;Settings&amp;#62;&lt;br /&gt;&lt;br /&gt;However the Settings class can not currently read the DefaultJavaScriptMinifier property.&lt;br /&gt;There is an easy fix to this&amp;#58;&lt;br /&gt;In  private void SetSettings&amp;#40;IEnumerable&amp;#60;KeyValuePair&amp;#60;string, string&amp;#62;&amp;#62; settings&amp;#41; add&lt;br /&gt;&lt;br /&gt;                else if &amp;#40;prop.PropertyType &amp;#61;&amp;#61; typeof&amp;#40;Xml.MinifyType&amp;#41;&amp;#41;&lt;br /&gt;                &amp;#123;&lt;br /&gt;                    Xml.MinifyType t &amp;#61; Xml.MinifyType.Unspecified&amp;#59;&lt;br /&gt;                    if &amp;#40;Enum.TryParse&amp;#40;kvp.Value, true, out t&amp;#41;&amp;#41; &amp;#123;&lt;br /&gt;                        prop.SetValue&amp;#40;this, t, null&amp;#41;&amp;#59;&lt;br /&gt;                    &amp;#125;&lt;br /&gt;                &amp;#125;&lt;br /&gt;&lt;br /&gt;in the bottom of the foreach loop.&lt;br /&gt;&lt;br /&gt;Could you please consider including this in Chirpy&amp;#63; &lt;br /&gt;&lt;br /&gt;Thanks,&lt;br /&gt;&amp;#47;Bjarke&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</description><author>bjarkebm</author><pubDate>Tue, 30 Oct 2012 15:00:37 GMT</pubDate><guid isPermaLink="false">Created Issue: Cannot specify DefaultJavaScriptMinifier in config file [163] 20121030030037P</guid></item><item><title>Commented Issue: Source Maps [162]</title><link>http://chirpy.codeplex.com/workitem/162</link><description>Have you heard of Source Maps&amp;#63; Source Maps are an idea that has come out of Mozilla for addressing the debugging issues that are raised by &amp;#42;-to-JavaScript&lt;br /&gt; compilers and JavaScript minifiers, the problem is that when you use these you ultimately aren&amp;#39;t debugging what you wrote.&lt;br /&gt;&lt;br /&gt;Please create source map option on chirpy to easier to debug javascript files.&lt;br /&gt;&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;www.html5rocks.com&amp;#47;en&amp;#47;tutorials&amp;#47;developertools&amp;#47;sourcemaps&amp;#47;&lt;br /&gt;&lt;br /&gt;Thanks&lt;br /&gt;Comments: TypeScript have a source map generator inside it&amp;#39;s compiler&amp;#10;see custom arguments...</description><author>emdadgar2</author><pubDate>Mon, 22 Oct 2012 14:09:52 GMT</pubDate><guid isPermaLink="false">Commented Issue: Source Maps [162] 20121022020952P</guid></item><item><title>Created Issue: Source Maps [162]</title><link>http://chirpy.codeplex.com/workitem/162</link><description>Have you heard of Source Maps&amp;#63; Source Maps are an idea that has come out of Mozilla for addressing the debugging issues that are raised by &amp;#42;-to-JavaScript&lt;br /&gt; compilers and JavaScript minifiers, the problem is that when you use these you ultimately aren&amp;#39;t debugging what you wrote.&lt;br /&gt;&lt;br /&gt;Please create source map option on chirpy to easier to debug javascript files.&lt;br /&gt;&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;www.html5rocks.com&amp;#47;en&amp;#47;tutorials&amp;#47;developertools&amp;#47;sourcemaps&amp;#47;&lt;br /&gt;&lt;br /&gt;Thanks&lt;br /&gt;</description><author>ploufs</author><pubDate>Sun, 21 Oct 2012 22:30:05 GMT</pubDate><guid isPermaLink="false">Created Issue: Source Maps [162] 20121021103005P</guid></item><item><title>Created Issue: less: "lighten" "saturate" functions do not work [161]</title><link>http://chirpy.codeplex.com/workitem/161</link><description>Sample less code&amp;#58; a&amp;#58;hover &amp;#123; color&amp;#58; lighten&amp;#40;&amp;#35;1566ad, 30&amp;#37;&amp;#41;&amp;#59;&amp;#125;&lt;br /&gt;Outputs &amp;#34;as is&amp;#34;&lt;br /&gt;</description><author>jitbit</author><pubDate>Wed, 17 Oct 2012 19:19:50 GMT</pubDate><guid isPermaLink="false">Created Issue: less: "lighten" "saturate" functions do not work [161] 20121017071950P</guid></item><item><title>Created Issue: OutputExtensionJSsetting do not work [160]</title><link>http://chirpy.codeplex.com/workitem/160</link><description>As per the documentation we can override the output file&amp;#39;s extension by overwriting it in the settings file. It is not working as expected.&lt;br /&gt;&lt;br /&gt;E.g. The below stetting in the Chirpy config file should generate minified file with uimin.js extension. But it always generates min.js.&lt;br /&gt;&lt;br /&gt;&amp;#60;root&amp;#62;&lt;br /&gt;       &amp;#60;Settings&amp;#62;&lt;br /&gt;           &amp;#60;Setting key&amp;#61;&amp;#34;OutputExtensionJS&amp;#34; value&amp;#61;&amp;#34;.uimin.js&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;       &amp;#60;Settings&amp;#62;&lt;br /&gt;    &lt;br /&gt;....&lt;br /&gt;....&lt;br /&gt;&amp;#60;&amp;#47;root&amp;#62;&lt;br /&gt;</description><author>shankarsangoli</author><pubDate>Fri, 12 Oct 2012 01:37:24 GMT</pubDate><guid isPermaLink="false">Created Issue: OutputExtensionJSsetting do not work [160] 20121012013724A</guid></item><item><title>Commented Issue: Typescript support [159]</title><link>http://chirpy.codeplex.com/workitem/159</link><description>Please create TypeScript support for Chirpy...&lt;br /&gt;&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;www.typescriptlang.org&lt;br /&gt;&lt;br /&gt;Thanks&lt;br /&gt;Comments: Name your file &amp;#42;chirp.ts or change it in config screen.&amp;#10;&amp;#10;Js is create on save.&amp;#10;Also right click menu item in solution explorer.&amp;#10;&amp;#10;Required typeScript plugin http&amp;#58;&amp;#47;&amp;#47;www.microsoft.com&amp;#47;en-us&amp;#47;download&amp;#47;details.aspx&amp;#63;id&amp;#61;34790</description><author>ploufs</author><pubDate>Thu, 11 Oct 2012 22:03:03 GMT</pubDate><guid isPermaLink="false">Commented Issue: Typescript support [159] 20121011100303P</guid></item><item><title>Commented Issue: Show error on each save on VS2012 ASP.NET 4  [156]</title><link>http://chirpy.codeplex.com/workitem/156</link><description>Dear chirpy&amp;#33;&lt;br /&gt;Chirpy got an message box error on each js or css save &amp;#40;that need to be minimized&amp;#41;.&lt;br /&gt;Win7x64, VS 2012 RC, Chirpy  2.06&lt;br /&gt;R&amp;#35; 7, RedGate .NET Demon 1.2.0.1278 &amp;#40;vs extension&amp;#41;&lt;br /&gt;&lt;br /&gt;------------&lt;br /&gt;Error&amp;#58; System.IO.IOException&amp;#58; The process cannot access the file &amp;#39;D&amp;#58;&amp;#92;...&amp;#92;test.min.js&amp;#39; because it is being used by another process.&lt;br /&gt;   at System.IO.__Error.WinIOError&amp;#40;Int32 errorCode, String maybeFullPath&amp;#41;&lt;br /&gt;   at System.IO.FileStream.Init&amp;#40;String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost&amp;#41;&lt;br /&gt;   at System.IO.FileStream..ctor&amp;#40;String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost&amp;#41;&lt;br /&gt;   at System.IO.StreamWriter.CreateFile&amp;#40;String path, Boolean append, Boolean checkHost&amp;#41;&lt;br /&gt;   at System.IO.StreamWriter..ctor&amp;#40;String path, Boolean append, Encoding encoding, Int32 bufferSize, Boolean checkHost&amp;#41;&lt;br /&gt;   at System.IO.File.InternalWriteAllText&amp;#40;String path, String contents, Encoding encoding, Boolean checkHost&amp;#41;&lt;br /&gt;   at System.IO.File.WriteAllText&amp;#40;String path, String contents, Encoding encoding&amp;#41;&lt;br /&gt;   at Zippy.Chirp.Manager.VSProjectItemManager.SaveFile&amp;#40;String filename, Object content&amp;#41;&lt;br /&gt;   at Zippy.Chirp.Manager.VSProjectItemManager.Process&amp;#40;&amp;#41;&lt;br /&gt;   at Zippy.Chirp.Manager.VSProjectItemManager.Dispose&amp;#40;&amp;#41;&lt;br /&gt;   at Zippy.Chirp.Engines.TransformEngine.Run&amp;#40;String fullFileName, ProjectItem projectItem&amp;#41;&lt;br /&gt;   at Zippy.Chirp.Engines.EngineManager.Process&amp;#40;ProjectItem projectItem&amp;#41;&lt;br /&gt;-----&lt;br /&gt;&lt;br /&gt;But no any lock on selected file.&lt;br /&gt;&lt;br /&gt;Thanks&lt;br /&gt;Comments: ASP.NET WebForm&amp;#10;SVN Source control with  AnkhSVN &amp;#10;R&amp;#35; 7</description><author>emdadgar2</author><pubDate>Wed, 10 Oct 2012 20:28:35 GMT</pubDate><guid isPermaLink="false">Commented Issue: Show error on each save on VS2012 ASP.NET 4  [156] 20121010082835P</guid></item><item><title>Commented Issue: Typescript support [159]</title><link>http://chirpy.codeplex.com/workitem/159</link><description>Please create TypeScript support for Chirpy...&lt;br /&gt;&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;www.typescriptlang.org&lt;br /&gt;&lt;br /&gt;Thanks&lt;br /&gt;Comments: Any documentation on how to use Typescript with Chirpy&amp;#63;</description><author>wilkinsonj</author><pubDate>Tue, 09 Oct 2012 13:33:57 GMT</pubDate><guid isPermaLink="false">Commented Issue: Typescript support [159] 20121009013357P</guid></item></channel></rss>