This repository has been archived on 2024-01-13. You can view files and clone it, but cannot push or open issues or pull requests.

6 lines
124 B
JavaScript
Raw Normal View History

2015-07-08 14:30:48 +02:00
load("build/jsmin.js", "build/writeFile.js");
var f = jsmin('', readFile(arguments[0]), 3);
writeFile( arguments[1], f );