Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 91e139e

Browse files
chore(grunt-utils): remove unnecessary quotes from minerr_url
The quotes were causing the minerr processing to fail on Windows
1 parent 2c2adbc commit 91e139e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/grunt/utils.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ module.exports = {
148148
'--language_in ECMASCRIPT5_STRICT ' +
149149
'--minerr_pass ' +
150150
'--minerr_errors ' + errorFileName + ' ' +
151-
'--minerr_url \'http://docs.angularjs.org/minerr/\' ' +
151+
'--minerr_url http://docs.angularjs.org/minerr/ ' +
152152
'--source_map_format=V3 ' +
153153
'--create_source_map ' + mapFile + ' ' +
154154
'--js ' + file + ' ' +

0 commit comments

Comments
 (0)