mirror of
https://github.com/jquery-validation/jquery-validation.git
synced 2025-12-24 12:13:59 +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: {
|
||||
preserveComments: false,
|
||||
banner: "/*! <%= pkg.title || pkg.name %> - v<%= pkg.version %> - " +
|
||||
"<%= grunt.template.today('m/d/yyyy') %>\\n" +
|
||||
"<%= pkg.homepage ? '* ' + pkg.homepage + '\\n' : '' %>" +
|
||||
"* Copyright (c) <%= grunt.template.today('yyyy') %> <%= pkg.author.name %>;" +
|
||||
" Licensed <%= _.pluck(pkg.licenses, 'type').join(', ') %> */"
|
||||
"<%= grunt.template.today('m/d/yyyy') %>\n" +
|
||||
" * <%= pkg.homepage %>\n" +
|
||||
" * Copyright (c) <%= grunt.template.today('yyyy') %> <%= pkg.author.name %>;" +
|
||||
" Licensed <%= _.pluck(pkg.licenses, 'type').join(', ') %> */\n"
|
||||
},
|
||||
all: {
|
||||
files: {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*!
|
||||
* jQuery Validation Plugin 1.12.0pre
|
||||
*
|
||||
* http://jqueryvalidation.org//
|
||||
* http://jqueryvalidation.org/
|
||||
*
|
||||
* Copyright 2013 Jörn Zaefferer
|
||||
* Released under the MIT license:
|
||||
|
||||
Reference in New Issue
Block a user