Calum Lind
d898ba9333
[WebUI] Refactor server.get_scripts
...
* The directory list is now sorted so will always produce the same output.
* Code is now shared with minify script, with some minor changes.
2015-09-04 15:02:19 +01:00
Calum Lind
a3073c44e2
Update minify script to use closure
2015-08-25 16:18:02 +01:00
Calum Lind
7d679eb480
Updates to helper scripts
...
* Python 3 compatible
* Consistent quote symbol
2015-08-25 15:43:55 +01:00
Calum Lind
d7029dcfc6
[WebUI] Improve the minify script
2015-08-22 14:27:17 +01:00
Calum Lind
6020809462
Minor cleanup of minify js script
2015-08-14 00:17:48 +01:00
Calum Lind
8c4154bc1a
Fix the output of minify js script
...
The order of the js files matters when minifying.
* Use the '.order' files to put specified files top of the file list.
* Sub-directory files inserted in list before root directory files.
* Sort everything else alphabetically for consistant ordering.
2015-08-13 23:04:01 +01:00
Calum Lind
f2d81ff542
Update headers and isort imports
2014-09-23 08:39:29 +01:00
Calum Lind
20b05ae595
Remove unneeded ez_setup and 'isort' imports
2014-09-04 00:37:57 +01:00
Calum Lind
98b54e6682
Rewrite the webui minify js script in python
...
Also replaced minifier 'yui-compressor' with pure-python 'slimit'.
2014-07-10 15:05:52 +01:00