mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2025-06-06 06:06:47 +00:00
Cleanup uglify banner
This commit is contained in:
parent
01061b8fe9
commit
8a0f6f9bfd
@ -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: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user