﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1343	Support for conditional compilation comments	Frederico Caldeira Knabben	Frederico Caldeira Knabben	"Conditional compilation comments must not be removed from the script while compressing. For example, the following code is completely removed today:

{{{
/*@cc_on
   @if (@_win32)
      document.write(""OS is 32-bit. Browser is IE."");
   @else
      document.write(""OS is NOT 32-bit. Browser is IE."");
   @end
@*/
}}}

[http://www.javascriptkit.com/javatutors/conditionalcompile.shtml This page] has more information about the Conditional Compilation syntax."	Bug	closed	Normal		Project : CKPackager		fixed	Confirmed Review+	
