Opened 10 years ago
Closed 10 years ago
#30141 closed task (blessed) (fixed)
Update Grunt devDependencies in package.json
Reported by: | jorbin | Owned by: | jorbin |
---|---|---|---|
Milestone: | 4.1 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Build/Test Tools | Keywords: | |
Focuses: | Cc: |
Description
Many of our devDependencies are out of date. Let's update them to the latest version.
Attachments (1)
Change History (15)
#10
@
10 years ago
- Owner set to jorbin
- Status changed from new to assigned
Our devDependencies are now on the latest versions with the exception of grunt-cssjanus which still relies on the patched version added in r29505 and is still waiting merging upstream.
New output of npm outdated:
vagrant@vvv:/srv/www/wordpress-develop$ npm outdated --depth 0 Package Current Wanted Latest Location grunt-cssjanus 0.2.2 git git grunt-cssjanus
#12
@
10 years ago
- Resolution fixed deleted
- Status changed from closed to reopened
Rerunning grunt imagemin
results in images still being minified:
Per @Ocean90 https://wordpress.slack.com/archives/core/p1414623992002617
jorbin: Running
grunt imagemin
still results in Minified 142 images (saved 381 B).
Running grunt imagemin --debug --verbose
on my local machine results in the following three files:
src/wp-admin/images/icons32-vs-2x.png (saved 49 B - 0%) src/wp-includes/images/wpicons.png (saved 97 B - 1%) src/wp-includes/images/wpicons-2x.png (saved 145 B - 1%) Minified 142 images (saved 292 B)
My results do not match up with Ocean90's (saved 381 B)
FYI: I'm using Windows x64 with "all the things" (NodeJS, NPM, Grunt-CLI etc) updated and current as far as I can tell.
#13
@
10 years ago
These are my results on OS X 10.10:
✔ src/wp-includes/images/blank.gif (already optimized) ✔ src/wp-includes/js/tinymce/skins/wordpress/images/embedded.png (saved 147 B - 2%) ✔ src/wp-includes/images/wpicons.png (saved 92 B - 1%) ✔ src/wp-includes/images/wpicons-2x.png (saved 142 B - 1%) Minified 142 images (saved 381 B) $ svn st M src/wp-includes/images/blank.gif M src/wp-includes/images/wpicons-2x.png M src/wp-includes/images/wpicons.png M src/wp-includes/js/tinymce/skins/wordpress/images/embedded.png
In 30059: