-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Chore: update grunt deps #1168
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
Chore: update grunt deps #1168
Conversation
oh jeez, why not have these all as one commit? |
I was going to, but I didn't know if we wanted to record it in the |
@Awk34 it's your call, I don't really care; can just as easily squash it. |
Yeah, squash em. |
2b79a87
to
db35124
Compare
|
Hah, what a nerd! Do you think you could just make some notes (here, or body of commit message, etc) about the breaking changes/etc from some of the updated packages? |
There shouldn't be any BC's. Also, not sure how all these other commits got here. I'll rebase... |
db35124
to
940e08a
Compare
Oh, I meant the changes to the |
Changes: * `grunt-contrib-watch` now uses `spawn: false` instead of `nospawn: true` @see https://github.com/gruntjs/grunt-contrib-watch#optionsspawn * `grunt-contrib-imagemin` now minifies svg files, remove `grunt-svgmin` @see https://github.com/gruntjs/grunt-contrib-imagemin#imagemin-task
940e08a
to
aa6047e
Compare
There we go. |
thanks |
Changes:
grunt-contrib-watch
now usesspawn: false
instead ofnospawn: true
-- see: https://github.com/gruntjs/grunt-contrib-watch#optionsspawn
grunt-contrib-imagemin
now minifies svg files, removegrunt-svgmin
-- see: https://github.com/gruntjs/grunt-contrib-imagemin#imagemin-task