new build using JSMin

This commit is contained in:
Franck Marcia 2006-09-02 11:47:54 +00:00
parent 69efa31318
commit 7f17d8f528
3 changed files with 333 additions and 1 deletions

5
build/build/min.js Normal file
View file

@ -0,0 +1,5 @@
load("build/js/jsmin.js", "build/js/writeFile.js");
var f = jsmin('', readFile(arguments[0]), 3);
writeFile( arguments[1], f );