14 Jan
2013
14 Jan
'13
7:47 a.m.
I have only a faint clue why the packing did not work: I had manually corrected some scripts (in static/scripts/viz/trackster), after merging failed during updating.
I'm curious about what changes/corrections you made to Galaxy's scripts. Would you be willing to share them?
Since those java scripts had been reflowed to have all the code on one line (...), the merging obviously did not work out well...
In general, packing reduces the size of scripts so that they load more quickly. As you noted, merging packed scripts does not work well at all since they are all a single line. When you make changes to any Galaxy JavaScript files, you'll need to repack the script(s) yourself. Best, J.