mirror of
https://github.com/jquery/jquery.git
synced 2025-01-10 18:24:24 +00:00
Fixed some formatting errors with the output of lite.
This commit is contained in:
parent
f8402b9a08
commit
7e5a2bd738
@ -1,6 +1,6 @@
|
|||||||
load("build/js/writeFile.js");
|
load("build/js/writeFile.js");
|
||||||
|
|
||||||
var blockMatch = /\s*\/\*\*\s*((.|\n)*?)\n*\*\/\s*/g;
|
var blockMatch = /\s*\/\*\*\s*((.|\n)*?)\s*\*\/\n*/g;
|
||||||
var f = readFile(arguments[0]).replace( blockMatch, "" );
|
var f = readFile(arguments[0]).replace( blockMatch, "\n" );
|
||||||
|
|
||||||
writeFile( arguments[1], f );
|
writeFile( arguments[1], f );
|
||||||
|
Loading…
Reference in New Issue
Block a user