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

Removing use of global grunt and adding npm build script #98

Closed
wants to merge 1 commit into from

Conversation

AndrewRayCode
Copy link
Contributor

This is a minor modernization of the project. You shouldn't require
users to have global versions of packages installed. Using npm scripts
means the grunt command will be available when the npm script is run.

Note the indentation of package.json has changed to two spaces. This is
because of the use of the automatic command npm install --save-dev grunt. Note any automatic npm command will change the spacing to 2
spaces, so I think it's best to keep it this way.

Additionally this adds missing grunt plugins to the packages, which
presumably you had installed along with your global grunt.

This is a minor modernization of the project. You shouldn't require
users to have global versions of packages installed. Using npm scripts
means the grunt command will be available when the npm script is run.

Note the indentation of package.json has changed to two spaces. This is
because of the use of the automatic command `npm install --save-dev
grunt`. Note any automatic npm command will change the spacing to 2
spaces, so I think it's best to keep it this way.

Additionally this adds missing grunt plugins to the packages, which
presumably you had installed along with your global grunt.
@squarefeet
Copy link
Owner

Closing in favour of #136 .

@squarefeet squarefeet closed this Jun 28, 2020
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