mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2024-10-01 01:35:57 -04:00
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 );
|