|
Revision 745, 363 bytes
(checked in by ray, 6 years ago)
|
|
added php script for compression of all appropriate files
|
-
Property svn:keywords set to
LastChangedDate LastChangedRevision LastChangedBy HeadURL Id
|
| Line | |
|---|
| 1 | You can use the compress.php to batch-convert the current Xinha snapshot.
|
|---|
| 2 | You can use the compress.bat to compress JavaScript files by drag&drop in Windows.
|
|---|
| 3 |
|
|---|
| 4 | Please be aware that the language files cannot be compressed.
|
|---|
| 5 |
|
|---|
| 6 | If you want the original files to be kept, open compress.bat and remvove the # in the line
|
|---|
| 7 | # FOR %%V IN (%*) DO del %%V_uncompressed.js |
|---|