Updated the documentation parser to work with categories. Additionally, I updated the copyright notice in the jQuery header and removed some extraneous whitespace from jQuery Lite.
This commit is contained in:
parent
5ae02b2ecd
commit
ccabf2823b
5 changed files with 52 additions and 14 deletions
|
@ -1,6 +1,6 @@
|
|||
load("build/js/writeFile.js");
|
||||
|
||||
var blockMatch = /\s*\/\*\*\s*((.|\n)*?)\s*\*\/\n*/g;
|
||||
var f = readFile(arguments[0]).replace( blockMatch, "\n" );
|
||||
var f = readFile(arguments[0]).replace( blockMatch, "\n" ).replace( /\n\n+/g, "\n\n" );
|
||||
|
||||
writeFile( arguments[1], f );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue