Commit 8b13d5a9 authored by Alexander.Trofimov's avatar Alexander.Trofimov

add Version and build number to all files

parent aff95a29
...@@ -155,11 +155,11 @@ module.exports = function(grunt) { ...@@ -155,11 +155,11 @@ module.exports = function(grunt) {
Build: process.env['BUILD_NUMBER'] Build: process.env['BUILD_NUMBER']
} }
}, },
files: { files: [
'<%= pkg.compile.sdk.dst %>': '<%= pkg.compile.sdk.dst %>' { src: [sdkAllMinDst, sdkAllDst], dest: sdkDstFolder + '/' }
]
} }
} }
}
}); });
}); });
......
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