Update grunt-autoprefixer to 3.0.0

Two changes we need to know about:
* Aborts build if there is an exception thrown bu autoprefixer
* Less verbose output in standard mode

Major version seems to have been bumped due to change in annotation option which which we do not use.

Upstream Changes e30d2c5bfd...6f8dfe8840

See #31700

Built from https://develop.svn.wordpress.org/trunk@32357


git-svn-id: http://core.svn.wordpress.org/trunk@32328 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Aaron Jorbin 2015-05-05 21:30:30 +00:00
parent 9495d91e76
commit 4bacafcb69

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.3-alpha-32356';
$wp_version = '4.3-alpha-32357';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.