mirror of
https://github.com/jquery-validation/jquery-validation.git
synced 2025-12-20 09:11:40 +01:00
Build: Fix minified header, use actual new lines.
Also fix homepage URL in source Fixes #1053
This commit is contained in:
@@ -18,10 +18,10 @@ grunt.initConfig({
|
|||||||
options: {
|
options: {
|
||||||
preserveComments: false,
|
preserveComments: false,
|
||||||
banner: "/*! <%= pkg.title || pkg.name %> - v<%= pkg.version %> - " +
|
banner: "/*! <%= pkg.title || pkg.name %> - v<%= pkg.version %> - " +
|
||||||
"<%= grunt.template.today('m/d/yyyy') %>\\n" +
|
"<%= grunt.template.today('m/d/yyyy') %>\n" +
|
||||||
"<%= pkg.homepage ? '* ' + pkg.homepage + '\\n' : '' %>" +
|
" * <%= pkg.homepage %>\n" +
|
||||||
"* Copyright (c) <%= grunt.template.today('yyyy') %> <%= pkg.author.name %>;" +
|
" * Copyright (c) <%= grunt.template.today('yyyy') %> <%= pkg.author.name %>;" +
|
||||||
" Licensed <%= _.pluck(pkg.licenses, 'type').join(', ') %> */"
|
" Licensed <%= _.pluck(pkg.licenses, 'type').join(', ') %> */\n"
|
||||||
},
|
},
|
||||||
all: {
|
all: {
|
||||||
files: {
|
files: {
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/*!
|
/*!
|
||||||
* jQuery Validation Plugin 1.12.0pre
|
* jQuery Validation Plugin 1.12.0pre
|
||||||
*
|
*
|
||||||
* http://jqueryvalidation.org//
|
* http://jqueryvalidation.org/
|
||||||
*
|
*
|
||||||
* Copyright 2013 Jörn Zaefferer
|
* Copyright 2013 Jörn Zaefferer
|
||||||
* Released under the MIT license:
|
* Released under the MIT license:
|
||||||
|
|||||||
Reference in New Issue
Block a user