erming / resume-editor

http://registry.jsonresume.org/
271 stars 72 forks source link

Change `uglify` to run the local install of grunt #24

Open evanplaice opened 8 years ago

evanplaice commented 8 years ago

This change removes the requirement to install grunt globally.

Fixes #23

Additional justification is outlined in the attached issue.

adambro commented 8 years ago

It is missing grunt-cli dependency

npm install grunt-cli --save-dev
evanplaice commented 8 years ago

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