More fixes to the build system.

This commit is contained in:
John Resig 2006-08-13 19:08:39 +00:00
parent fc5ab8d655
commit 9bdfc671fc
2 changed files with 3 additions and 3 deletions

6
build/build/lite.js Normal file
View file

@ -0,0 +1,6 @@
load("build/js/writeFile.js");
var blockMatch = /\s*\/\*\*\s*((.|\n)*?)\n*\*\/\s*/g;
var f = readFile(arguments[0]).replace( blockMatch, "" );
writeFile( arguments[1], f );