Check dependencies immediately
scottgonzalez opened this issue · 1 comments
scottgonzalez commented
We should check for dependencies such as git, npm, grunt-cli, etc. at the beginning of the script.
jzaefferer commented
Use which: https://www.npmjs.org/package/which
Similar to this: https://github.com/jquery/grunt-jquery-content/blob/master/tasks/build-xml.js
Call Relese.abort
if one is missing.