git.asbjorn.biz
/
jquery.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Query now throws no warnings under strict mode in Firefox (ticket #922). In fixing...
[jquery.git]
/
build
/
build
/
lite.js
1
load("build/js/writeFile.js");
2
3
var blockMatch = /\s*\/\*\*\s*((.|\n|\r\n)*?)\s*\*\/\n*/g;
4
var f = readFile(arguments[0]).replace( blockMatch, "\n" ).replace( /\n\n+/g, "\n\n" );
5
6
writeFile( arguments[1], f );