|
@@ -1,6 +1,6 @@
|
|
|
module.exports = function (grunt) {
|
|
module.exports = function (grunt) {
|
|
|
function createBanner(fileName) {
|
|
function createBanner(fileName) {
|
|
|
- return '/*\n' +
|
|
|
|
|
|
|
+ return '/*!\n' +
|
|
|
'* ' + fileName + '\n' +
|
|
'* ' + fileName + '\n' +
|
|
|
'* http://github.com/RobinHerbots/jquery.inputmask\n' +
|
|
'* http://github.com/RobinHerbots/jquery.inputmask\n' +
|
|
|
'* Copyright (c) 2010 - <%= grunt.template.today("yyyy") %> <%= pkg.author.name %>\n' +
|
|
'* Copyright (c) 2010 - <%= grunt.template.today("yyyy") %> <%= pkg.author.name %>\n' +
|