aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorVojta Jina2013-11-14 14:18:55 -0800
committerVojta Jina2013-11-14 15:00:53 -0800
commit94764ee08910726db1db7a1101c3001500306dea (patch)
tree720219f4adfcc4df23ee21f4579fb6cfdcc01f4a /lib
parent04492ef2279e2be18162bef89b0a75992a400cae (diff)
downloadangular.js-94764ee08910726db1db7a1101c3001500306dea.tar.bz2
fix(minErr): remove references to internals APIs
So that we can use minErr with angular-loader, before full angular is loaded. This also fixes replacing the version during the build.
Diffstat (limited to 'lib')
-rw-r--r--lib/grunt/utils.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/grunt/utils.js b/lib/grunt/utils.js
index 314ac94e..90613a29 100644
--- a/lib/grunt/utils.js
+++ b/lib/grunt/utils.js
@@ -168,7 +168,7 @@ module.exports = {
var mapFile = minFile + '.map';
var mapFileName = mapFile.match(/[^\/]+$/)[0];
var errorFileName = file.replace(/\.js$/, '-errors.json');
- var versionNumber = this.getVersion().number;
+ var versionNumber = this.getVersion().full;
shell.exec(
'java ' +
this.java32flags() + ' ' +