root / branches / new-dialogs / contrib / compress.bat

Revision 677, 206 bytes (checked in by ray, 5 years ago)

set svn:keywords property for the new files & all plugins

  • Property svn:keywords set to LastChangedDate LastChangedRevision LastChangedBy HeadURL Id
Line 
1@echo off
2FOR %%V IN (%*) DO copy %%V %%V_uncompressed.js
3FOR %%V IN (%*) DO java -jar %~p0dojo_js_compressor.jar -c %%V_uncompressed.js > %%V 2>&1
4
5FOR %%V IN (%*) DO del %%V_uncompressed.js
6
7# pause
Note: See TracBrowser for help on using the browser.