Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change uglify to run the local install of grunt #24

Open
wants to merge 3 commits into
base: gh-pages
Choose a base branch
from
Open

Change uglify to run the local install of grunt #24

wants to merge 3 commits into from

Conversation

evanplaice
Copy link

This change removes the requirement to install grunt globally.

Fixes #23

Additional justification is outlined in the attached issue.

This change removes the requirement to install grunt globally.
Removed the instructions to install `grunt` globally.

Changed the `concat` instructions to use the new NPM script command.
@adambro
Copy link

adambro commented Dec 31, 2015

It is missing grunt-cli dependency

npm install grunt-cli --save-dev

@evanplaice
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants