source:
trunk/contrib/compress.bat
@
669
Last change on this file since 669 was 637, checked in by ray, 13 years ago | |
---|---|
File size: 206 bytes |
Line | |
---|---|
1 | @echo off |
2 | FOR %%V IN (%*) DO copy %%V %%V_uncompressed.js |
3 | FOR %%V IN (%*) DO java -jar %~p0dojo_js_compressor.jar -c %%V_uncompressed.js > %%V 2>&1 |
4 | |
5 | FOR %%V IN (%*) DO del %%V_uncompressed.js |
6 | |
7 | # pause |
Note: See TracBrowser
for help on using the repository browser.