README.md

Same filename in this branch
  1. 9 composer/Plugin/ProjectMessage/README.md
  2. 9 composer/Plugin/Scaffold/README.md
  3. 9 core/themes/olivero/README.md
  4. 9 core/themes/claro/images/core/README.md
  5. 9 core/themes/starterkit_theme/README.md
  6. 9 core/tests/Drupal/Tests/Composer/Plugin/Scaffold/fixtures/project-with-illegal-dir-scaffold/assets/README.md
  7. 9 core/tests/Drupal/Tests/Composer/Plugin/Scaffold/fixtures/drupal-composer-drupal-project/docroot/sites/default/README.md
  8. 9 core/tests/Drupal/Tests/Composer/Plugin/Scaffold/fixtures/drupal-composer-drupal-project/docroot/README.md
  9. 9 core/tests/Drupal/Tests/Composer/Plugin/Scaffold/fixtures/README.md
  10. 9 core/tests/README.md
  11. 9 README.md
Same filename and directory in other branches
  1. 7.x misc/brumann/polyfill-unserialize/README.md
  2. 7.x misc/typo3/phar-stream-wrapper/README.md
  3. 8.9.x composer/Plugin/ProjectMessage/README.md
  4. 8.9.x composer/Plugin/Scaffold/README.md
  5. 8.9.x core/themes/claro/images/core/README.md
  6. 8.9.x core/tests/Drupal/Tests/Composer/Plugin/Scaffold/fixtures/project-with-illegal-dir-scaffold/assets/README.md
  7. 8.9.x core/tests/Drupal/Tests/Composer/Plugin/Scaffold/fixtures/drupal-composer-drupal-project/docroot/sites/default/README.md
  8. 8.9.x core/tests/Drupal/Tests/Composer/Plugin/Scaffold/fixtures/drupal-composer-drupal-project/docroot/README.md
  9. 8.9.x core/tests/Drupal/Tests/Composer/Plugin/Scaffold/fixtures/README.md
  10. 8.9.x core/tests/README.md
  11. 8.9.x core/assets/vendor/jquery.ui/README.md

For some reason the link in the core file https://modernizr.com/download/?-details-inputtypes-addtest-mq-prefixed… always produces a 3.6.0 version when using the Build option.

Browse to the same URL and use the Command Line Config option to Download the config JSON file modernizr-config.json.

Following the instructions here https://modernizr.com/docs

sudo npm install -g npm
npm install -g modernizr
modernizr -c modernizr-config.json // This is the file downloaded from http://modernizr.com/download

This produces a modernizr.js file that should be renamed to modernizr.min.js and copied to core/assets/vendor/modernizr/modernizr.min.js.

Please also remember to update the version number of Modernizer in core/core.libraries.yml.

File

core/assets/vendor/modernizr/README.md

View source
For some reason the link in the core file https://modernizr.com/download/?-details-inputtypes-addtest-mq-prefixed-prefixes-setclasses-teststyles
always produces a 3.6.0 version when using the `Build` option.

Browse to the same URL and use the `Command Line Config` option to `Download` the config JSON file `modernizr-config.json`.

Following the instructions here https://modernizr.com/docs

```
sudo npm install -g npm
npm install -g modernizr
modernizr -c modernizr-config.json // This is the file downloaded from http://modernizr.com/download
```
This produces a `modernizr.js` file that should be renamed to `modernizr.min.js` and copied to `core/assets/vendor/modernizr/modernizr.min.js`.

Please also remember to update the version number of Modernizer in `core/core.libraries.yml`.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.