if grep-qi'gulp: not found'"$log_file"||grep-qi'gulp: command not found'"$log_file";then
warning "Gulp may not be tracked in package.json""https://devcenter.heroku.com/articles/troubleshooting-node-deploys#ensure-you-aren-t-relying-on-untracked-dependencies"
fi
if grep-qi'grunt: not found'"$log_file";then
if grep-qi'grunt: not found'"$log_file"||grep-qi'grunt: command not found'"$log_file";then
warning "Grunt may not be tracked in package.json""https://devcenter.heroku.com/articles/troubleshooting-node-deploys#ensure-you-aren-t-relying-on-untracked-dependencies"
fi
if grep-qi'bower: not found'"$log_file";then
if grep-qi'bower: not found'"$log_file"||grep-qi'bower: command not found'"$log_file";then
warning "Bower may not be tracked in package.json""https://devcenter.heroku.com/articles/troubleshooting-node-deploys#ensure-you-aren-t-relying-on-untracked-dependencies"