Explorar o código

grunt: add license to meta.banner

Manfred Kroehnert %!s(int64=12) %!d(string=hai) anos
pai
achega
c6c99b4d7f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      grunt.js

+ 1 - 1
grunt.js

@@ -14,7 +14,7 @@ module.exports = function(grunt) {
     pkg: '<json:package.json>',
 
     meta: {
-      banner: '/*! <%= pkg.title || pkg.name %> - v<%= pkg.version %> - <%= grunt.template.today("yyyy-mm-dd") %> */\n'
+      banner: '/*!\n <%= pkg.title || pkg.name %> - v<%= pkg.version %> - <%= grunt.template.today("yyyy-mm-dd") %> \n License: <%= pkg.license.type %> \n*/\n'
     },
 
     pegjs: {