aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorPete Bacon Darwin2013-07-02 22:19:48 +0100
committerPete Bacon Darwin2013-07-02 22:35:06 +0100
commit91e139e52a0a9d2d47337c46c8bd9e04e7466358 (patch)
tree1e1f17e67b8320c84c70e88c6727a5b5ec27857c /lib
parent2c2adbcab54d3504f1ae9c91b761c2a18a5d8468 (diff)
downloadangular.js-91e139e52a0a9d2d47337c46c8bd9e04e7466358.tar.bz2
chore(grunt-utils): remove unnecessary quotes from minerr_url
The quotes were causing the minerr processing to fail on Windows
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 44332380..86f16303 100644
--- a/lib/grunt/utils.js
+++ b/lib/grunt/utils.js
@@ -148,7 +148,7 @@ module.exports = {
'--language_in ECMASCRIPT5_STRICT ' +
'--minerr_pass ' +
'--minerr_errors ' + errorFileName + ' ' +
- '--minerr_url \'http://docs.angularjs.org/minerr/\' ' +
+ '--minerr_url http://docs.angularjs.org/minerr/ ' +
'--source_map_format=V3 ' +
'--create_source_map ' + mapFile + ' ' +
'--js ' + file + ' ' +