Commit 525cf54d 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@61256 954022d7-b5bf-4e40-9824-e11837661b57
parent 8e3e2a19
......@@ -181,6 +181,9 @@ module.exports = function(grunt) {
if(undefined !== process.env['SVN_REVISION']){
packageFile['info']['rev'] = process.env['SVN_REVISION'];
}
else{
packageFile['info']['rev'] = "unknown";
}
grunt.file.write(defaultConfig, JSON.stringify(pkg, null, 4));
});
......
This diff is collapsed.
This diff is collapsed.
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