chore(grunt-utils): remove unnecessary quotes from minerr_url

The quotes were causing the minerr processing to fail on Windows
This commit is contained in:
Pete Bacon Darwin 2013-07-02 22:19:48 +01:00
parent 2c2adbcab5
commit 91e139e52a

View file

@ -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 + ' ' +