doowb / grunt-convert

Grunt task to convert to or from JSON, YAML, XML, PLIST or CSV.
MIT License
84 stars 17 forks source link

Update convert.js #31

Closed pbaumard closed 10 years ago

pbaumard commented 10 years ago

In case of XML parsing error, display a warning and abort Grunt immediately (unless --force was specified). Disabling strict option for parsing can help.

jonschlinkert commented 10 years ago

thanks!