#U4-5582 Fixed Due in version 7.2.0

v7 JS exposes version number
This commit is contained in:
Sebastiaan Janssen
2014-10-27 13:06:12 +01:00
parent e9e83d3958
commit 4521e31ec5

View File

@@ -108,7 +108,7 @@ module.exports = function (grunt) {
vsdir: '../Umbraco.Web.UI/umbraco',
pkg: grunt.file.readJSON('package.json'),
banner:
'/*! <%= pkg.title || pkg.name %> - v<%= buildVersion %> - <%= grunt.template.today("yyyy-mm-dd") %>\n' +
'/*! <%= pkg.title || pkg.name %> - <%= grunt.template.today("yyyy-mm-dd") %>\n' +
'<%= pkg.homepage ? " * " + pkg.homepage + "\\n" : "" %>' +
' * Copyright (c) <%= grunt.template.today("yyyy") %> <%= pkg.author %>;\n' +
' * Licensed <%= _.pluck(pkg.licenses, "type").join(", ") %>\n */\n',