From 91e139e52a0a9d2d47337c46c8bd9e04e7466358 Mon Sep 17 00:00:00 2001 From: Pete Bacon Darwin Date: Tue, 2 Jul 2013 22:19:48 +0100 Subject: chore(grunt-utils): remove unnecessary quotes from minerr_url The quotes were causing the minerr processing to fail on Windows --- lib/grunt/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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 + ' ' + -- cgit v1.2.3