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

Upgraded Grunt to 0.4 #83

Merged
merged 1 commit into from
Aug 12, 2013
Merged

Conversation

wibblymat
Copy link
Collaborator

Started working on the code again and working with Grunt 0.3 was making me feel icky.

Highlights:

  • I wasn't in the package.json list of maintainers, so I fixed that 😄
  • The jshint options for Grunt were different to the ones in the .jshintrc. Unified them all and made Grunt load them from the .jshintrc
  • Added testing on node 0.10 to the Travis config
  • Source maps!
  • Changed the default Grunt task to be just 'test' rather than the old default of 'generate the release files without testing anything' (?!)

@@ -1,6 +1,7 @@
language: node_js
node_js:
- 0.8
- 0.10
Copy link
Contributor

Choose a reason for hiding this comment

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

both needs to be quoted

sindresorhus added a commit that referenced this pull request Aug 12, 2013
@sindresorhus sindresorhus merged commit 5e504b2 into addyosmani:gh-pages Aug 12, 2013
@sindresorhus
Copy link
Contributor

Thanks Matt and great to hear your touching the code again. Me and Addy just talked today about wanting to get this thing rolling again :)

@wibblymat wibblymat deleted the grunt-upgrade branch August 12, 2013 02:24
@addyosmani
Copy link
Owner

👍 Once again, thank you so much for taking the time out to work a little more on this project. It means a great deal to us :)

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.

3 participants