diff options
| author | Pete Bacon Darwin | 2013-07-02 22:19:48 +0100 |
|---|---|---|
| committer | Pete Bacon Darwin | 2013-07-02 22:35:06 +0100 |
| commit | 91e139e52a0a9d2d47337c46c8bd9e04e7466358 (patch) | |
| tree | 1e1f17e67b8320c84c70e88c6727a5b5ec27857c | |
| parent | 2c2adbcab54d3504f1ae9c91b761c2a18a5d8468 (diff) | |
| download | angular.js-91e139e52a0a9d2d47337c46c8bd9e04e7466358.tar.bz2 | |
chore(grunt-utils): remove unnecessary quotes from minerr_url
The quotes were causing the minerr processing to fail on Windows
| -rw-r--r-- | lib/grunt/utils.js | 2 |
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 + ' ' + |
