Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #36528, comment 3


Ignore:
Timestamp:
04/14/2016 10:28:20 PM (9 years ago)
Author:
netweb
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36528, comment 3

    initial v1  
    331. When core updates `grunt-contrib-imagemin` without the files being modified they won't benefit from further enhancements of the module.
    44
    5 2. This is similar to 1, though this time it is due to the nature of NPM's semantic versioning, `grunt-contrib-imagemin` uses `"imagemin": "^4.0.0",` hence any further major, minor, or patch level releases in the 4.x branch of Imagemin will be installed by any user who creates a fresh clone/checkout of the develop, or deletes the `node_modules` folder to run `npm install` again, or runs `npm update`
     52. This is similar to 1, though this time it is due to the nature of NPM's semantic versioning, `grunt-contrib-imagemin` uses `"imagemin": "^4.0.0",` hence any further major, minor, or patch level releases in the 4.x branch of Imagemin will be installed by any user who creates a fresh clone/checkout of the develop, or deletes the `node_modules` folder to run `npm install` again, or runs `npm update`, so once again without the files being modified they won't benefit from further enhancements of the module.