Revision: 3813
Author: metaweta
Date: Tue Oct 20 14:38:21 2009
Log: Create minified cajita-promise and cajita-modules.
http://codereview.appspot.com/136049
Changes build.xml to create a minified file containing cajita-modules.js
and cajita-promise.js.
[email protected]
http://code.google.com/p/google-caja/source/detail?r=3813
Modified:
/trunk/build.xml
=======================================
--- /trunk/build.xml Mon Oct 19 20:18:46 2009
+++ /trunk/build.xml Tue Oct 20 14:38:21 2009
@@ -520,6 +520,12 @@
<include file="${src}/com/google/caja/plugin/bridal.js"/>
<include file="${src}/com/google/caja/plugin/domita.js"/>
</transform>
+ <transform>
+ <output
file="${lib}/com/google/caja/plugin/module-promise-minified.js"
+ language="javascript" renderer="minify"/>
+ <include file="${src}/com/google/caja/cajita-module.js"/>
+ <include file="${src}/com/google/caja/cajita-promise.js"/>
+ </transform>
</target>
<target name="AllTests"