forked from science-ation/science-ation
69eb9a2817
needs to be trimmed back theres wxtra crap in the folder
6 lines
124 B
JavaScript
6 lines
124 B
JavaScript
load("build/jsmin.js", "build/writeFile.js");
|
|
|
|
var f = jsmin('', readFile(arguments[0]), 3);
|
|
|
|
writeFile( arguments[1], f );
|