Commit 416fc964 authored by Alexey.Golubev's avatar Alexey.Golubev Committed by Alexander.Trofimov

Усправлено формирование шапки.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@52957 954022d7-b5bf-4e40-9824-e11837661b57
parent fd1ef5f3
...@@ -56,9 +56,9 @@ module.exports = function(grunt) { ...@@ -56,9 +56,9 @@ module.exports = function(grunt) {
banner: '/*\n' + banner: '/*\n' +
' * Copyright (c) Ascensio System SIA <%= grunt.template.today("yyyy") %>. All rights reserved\n' + ' * Copyright (c) Ascensio System SIA <%= grunt.template.today("yyyy") %>. All rights reserved\n' +
' *\n' + ' *\n' +
' * <%= pkg.homepage %> \n' + ' * <%= pkg.info.homepage %> \n' +
' *\n' + ' *\n' +
' * Version: <%= pkg.version %> (build:<%= pkg.build %>)\n' + ' * Version: <%= pkg.info.version %> (build:<%= pkg.info.build %>)\n' +
' */' ' */'
}, },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment