[production] extended deploy script
This commit is contained in:
parent
790ab4a726
commit
1328059c0c
|
@ -7,7 +7,7 @@ module.exports = function(grunt) {
|
|||
var copyright = '/*\n' +
|
||||
' * ' + (process.env['APP_COPYRIGHT'] || copyrightHeader) + '\n' +
|
||||
' *\n' +
|
||||
' * <%= pkg.homepage %> \n' +
|
||||
' * ' + (process.env['APP_HOMEPAGE'] || '<%= pkg.homepage %>') + ' \n' +
|
||||
' *\n' +
|
||||
' * Version: <%= pkg.version %> (build:<%= pkg.build %>)\n' +
|
||||
' */\n';
|
||||
|
|
Loading…
Reference in a new issue