More fixes to the build system.
This commit is contained in:
parent
fc5ab8d655
commit
9bdfc671fc
2 changed files with 3 additions and 3 deletions
6
build/build/lite.js
Normal file
6
build/build/lite.js
Normal 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 );
|
Loading…
Add table
Add a link
Reference in a new issue