Fix broken build system for lite and min tasks

This commit is contained in:
Brandon Aaron 2007-01-31 15:51:19 +00:00
parent 77a12d16f0
commit 522b9cf35f
2 changed files with 2 additions and 2 deletions

View file

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

View file

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