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

Update grunt.md #123

Merged
merged 2 commits into from
Oct 10, 2015
Merged

Update grunt.md #123

merged 2 commits into from
Oct 10, 2015

Conversation

wfhutch
Copy link
Contributor

@wfhutch wfhutch commented Oct 7, 2015

No description provided.

@lynnsamuelson
Copy link
Contributor

});

require('matchdep').filterDev('grunt-*').forEach(grunt.loadNpmTasks);
grunt.registerTask('default', ['jshint', 'watch']);
Copy link
Contributor

Choose a reason for hiding this comment

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

Grunt will not run as is, as you have a task watch in the grunt.registerTask but no task named watch in the task list, only jshint

Copy link
Contributor

Choose a reason for hiding this comment

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

Could be useful to include a link to Steve's lots-of-Grunt-plugins (https://github.com/nashville-software-school/front-end-curriculum/tree/master/43-compile-grunt)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks for pointing those things out!

gregkorte added a commit that referenced this pull request Oct 10, 2015
Merge grunt.md to curriculum.
@gregkorte gregkorte merged commit 7e25a6d into elizabrock:master Oct 10, 2015
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.

6 participants