|
Revision 818, 497 bytes
(checked in by ray, 2 years ago)
|
|
Ticket #1010 Documentation: JSdoc
|
| Line | |
|---|
| 1 | You can use the contrib/compress.php to batch-convert the current Xinha snapshot. To use this script, open it in a text editor, comment out the die() command at the top and open it in your browser.
|
|---|
| 2 |
|
|---|
| 3 | You can use the contrib/compress.bat to compress JavaScript files by drag&drop in Windows.
|
|---|
| 4 |
|
|---|
| 5 | Please be aware that the language files cannot be compressed.
|
|---|
| 6 |
|
|---|
| 7 | If you want the original files to be kept, open compress.bat and remvove the # in the line
|
|---|
| 8 | # FOR %%V IN (%*) DO del %%V_uncompressed.js |
|---|