Open evanplaice opened 8 years ago
This change removes the requirement to install grunt globally.
Fixes #23
Additional justification is outlined in the attached issue.
It is missing grunt-cli dependency
npm install grunt-cli --save-dev
@adambro Good catch. I didn't realize I had grunt installed globally when I tested the change.
This change removes the requirement to install grunt globally.
Fixes #23
Additional justification is outlined in the attached issue.