[production] extended deploy script

This commit is contained in:
Maxim Kadushkin 2018-11-15 15:04:16 +03:00
parent 790ab4a726
commit 1328059c0c

View file

@ -7,7 +7,7 @@ module.exports = function(grunt) {
var copyright = '/*\n' + var copyright = '/*\n' +
' * ' + (process.env['APP_COPYRIGHT'] || copyrightHeader) + '\n' + ' * ' + (process.env['APP_COPYRIGHT'] || copyrightHeader) + '\n' +
' *\n' + ' *\n' +
' * <%= pkg.homepage %> \n' + ' * ' + (process.env['APP_HOMEPAGE'] || '<%= pkg.homepage %>') + ' \n' +
' *\n' + ' *\n' +
' * Version: <%= pkg.version %> (build:<%= pkg.build %>)\n' + ' * Version: <%= pkg.version %> (build:<%= pkg.build %>)\n' +
' */\n'; ' */\n';