resume-editor icon indicating copy to clipboard operation
resume-editor copied to clipboard

Change `uglify` to run the local install of grunt

Open evanplaice opened this issue 9 years ago • 2 comments

This change removes the requirement to install grunt globally.

Fixes #23

Additional justification is outlined in the attached issue.

evanplaice avatar Dec 19 '15 08:12 evanplaice

It is missing grunt-cli dependency

npm install grunt-cli --save-dev

adambro avatar Dec 31 '15 17:12 adambro

@adambro Good catch. I didn't realize I had grunt installed globally when I tested the change.

evanplaice avatar Dec 31 '15 18:12 evanplaice