Cleanup uglify banner

This commit is contained in:
Tankred Hase 2016-02-15 14:03:41 +07:00
parent 01061b8fe9
commit 8a0f6f9bfd

View File

@ -125,8 +125,9 @@ module.exports = function(grunt) {
} }
}, },
options: { options: {
banner: '/*! OpenPGPjs.org this is LGPL licensed code, see LICENSE/our website for more information.- v<%= pkg.version %> - ' + banner: '/*! OpenPGP.js v<%= pkg.version %> - ' +
'<%= grunt.template.today("yyyy-mm-dd") %> */' '<%= grunt.template.today("yyyy-mm-dd") %> - ' +
'this is LGPL licensed code, see LICENSE/our website <%= pkg.homepage %> for more information. */'
} }
}, },
jsbeautifier: { jsbeautifier: {