]> source.dussan.org Git - jquery.git/commitdiff
Landing pull request 560. Further reduce minimal header. Fixes #10553.
authorRick Waldron <waldron.rick@gmail.com>
Sat, 22 Oct 2011 20:06:57 +0000 (16:06 -0400)
committertimmywil <timmywillisn@gmail.com>
Sat, 22 Oct 2011 20:06:57 +0000 (16:06 -0400)
More Details:
 - https://github.com/jquery/jquery/pull/560
 - http://bugs.jquery.com/ticket/10553

build/post-compile.js

index 98b8b849fa6da1c49ad927128740231ca45e74d9..afcebf2785ac4ca1ae7e4f5f1ad796c1d8176476 100644 (file)
@@ -5,7 +5,7 @@ var print = require( "sys" ).print,
        src = fs.readFileSync( process.argv[2], "utf8" ),
        version = fs.readFileSync( "version.txt", "utf8" ),
        // License Template
-       license = "/*! jQuery v@VERSION http://jquery.com/ | http://jquery.org/license */";
+       license = "/*! jQuery v@VERSION jquery.com | jquery.org/license */";
 
 
 // Previously done in sed but reimplemented here due to portability issues