mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
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:
parent
2c2adbcab5
commit
91e139e52a
1 changed files with 1 additions and 1 deletions
|
|
@ -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 + ' ' +
|
||||
|
|
|
|||
Loading…
Reference in a new issue