Last change
on this file since 1312 was
677,
checked in by ray, 13 years ago
|
set svn:keywords property for the new files & all plugins
|
-
Property svn:keywords set to
LastChangedDate LastChangedRevision LastChangedBy HeadURL Id
|
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.