More fixes to the build system.
[jquery.git] / build / build / lite.js
diff --git a/build/build/lite.js b/build/build/lite.js
new file mode 100644 (file)
index 0000000..bcfb096
--- /dev/null
@@ -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 );