Opened 11 years ago
Closed 11 years ago
#27342 closed enhancement (duplicate)
Update grunt to 0.4.3
Reported by: | jorbin | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Build/Test Tools | Keywords: | has-patch |
Focuses: | Cc: |
Description
Release announcement: http://gruntjs.com/blog/2014-03-07-grunt-0.4.3-released
New minor version of grunt has been released. Mostly bug releases and a few deprecations in preparation for the next major release. Changelog is at https://github.com/gruntjs/grunt/blob/v0.4.3/CHANGELOG
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
Tested the above patch with the following commands and everything is working fine:
grunt
grunt build
grunt precommit
grunt test
grunt patch
grunt watch
With util being deprecated, we will need to update the phpunit task. I'm going to open up a separate ticket for that.