Skip to content

Add support for jit-grunt #7

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

Merged
merged 1 commit into from
Jan 17, 2016
Merged

Conversation

prayagverma
Copy link
Contributor

Just In Time plugin loader for Grunt - https://www.npmjs.com/package/jit-grunt

Improves build time of Grunt tasks by loading plugins as and when they are needed rather than loading them all upfront before executing

@@ -25,6 +25,7 @@
"grunt-contrib-uglify": "^0.9.2",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-clean": "~0.5.0",
"jit-grunt": "^0.9.1",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@pra85 Please fix indentation and it's ready to be merged :)
Thanks for the patch!

@prayagverma
Copy link
Contributor Author

@softvar I have fixed the indentation and updated this pull request :)

softvar added a commit that referenced this pull request Jan 17, 2016
Add support for jit-grunt
@softvar softvar merged commit 7f17a9b into wingify:master Jan 17, 2016
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