More fixes to the build system.
[jquery.git] / build / lite.js
diff --git a/build/lite.js b/build/lite.js
deleted file mode 100644 (file)
index bcfb096..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-load("build/js/writeFile.js");
-
-var blockMatch = /\s*\/\*\*\s*((.|\n)*?)\n*\*\/\s*/g;
-var f = readFile(arguments[0]).replace( blockMatch, "" );
-
-writeFile( arguments[1], f );