Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix broken build system for lite and min tasks
  • Loading branch information
brandonaaron committed Jan 31, 2007
1 parent 77a12d1 commit 522b9cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/build/lite.js
@@ -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" );
Expand Down
2 changes: 1 addition & 1 deletion build/build/min.js
@@ -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);

Expand Down

0 comments on commit 522b9cf

Please sign in to comment.