Add a cache-munging script-generating script
authorDan Scott <dan@coffeecode.net>
Mon, 23 May 2011 15:02:37 +0000 (11:02 -0400)
committerDan Scott <dan@coffeecode.net>
Mon, 23 May 2011 15:14:36 +0000 (11:14 -0400)
commite0d4bea3a115fee752d4cd8f237529c6b7e3661f
tree20897de5847f61f665ea7a7e512321fc377a2958
parent84b5cd20823b9d1a9d24098619a601159d42f95d
Add a cache-munging script-generating script

Quickly pulled together a script to munge the CSS and JavaScript
for a given skin so that upgrades don't result in painful mismatches.

Warning: this Perl script generates a shell script which you must
then execute. It's not elegant in any way, it's based on the shell
commands that I issued by hand in a hurry. However, it does give
you the opportunity to examine what the script is going to do before
it munges your skin(s).

Signed-off-by: Dan Scott <dscott@laurentian.ca>
tools/migration-scripts/cache-munger.pl [new file with mode: 0644]