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. 11.x composer/Plugin/ProjectMessage/README.md
  2. 11.x composer/Plugin/Scaffold/README.md
  3. 11.x composer/Plugin/RecipeUnpack/README.md
  4. 11.x core/themes/olivero/README.md
  5. 11.x core/themes/claro/images/core/README.md
  6. 11.x core/themes/starterkit_theme/README.md
  7. 11.x core/modules/package_manager/tests/fixtures/build_test_projects/README.md
  8. 11.x core/modules/package_manager/tests/fixtures/fake_site/README.md
  9. 11.x core/tests/Drupal/Tests/Composer/Plugin/Scaffold/fixtures/project-with-illegal-dir-scaffold/assets/README.md
  10. 11.x core/tests/Drupal/Tests/Composer/Plugin/Scaffold/fixtures/drupal-composer-drupal-project/docroot/sites/default/README.md
  11. 11.x core/tests/Drupal/Tests/Composer/Plugin/Scaffold/fixtures/drupal-composer-drupal-project/docroot/README.md
  12. 11.x core/tests/Drupal/Tests/Composer/Plugin/Scaffold/fixtures/README.md
  13. 11.x core/tests/PHPStan/README.md
  14. 11.x core/tests/README.md
  15. 11.x README.md
  16. 7.x misc/brumann/polyfill-unserialize/README.md
  17. 7.x misc/typo3/phar-stream-wrapper/README.md
  18. 10 composer/Plugin/ProjectMessage/README.md
  19. 10 composer/Plugin/Scaffold/README.md
  20. 10 core/themes/olivero/README.md
  21. 10 core/themes/claro/images/core/README.md
  22. 10 core/themes/starterkit_theme/README.md
  23. 10 core/tests/Drupal/Tests/Composer/Plugin/Scaffold/fixtures/project-with-illegal-dir-scaffold/assets/README.md
  24. 10 core/tests/Drupal/Tests/Composer/Plugin/Scaffold/fixtures/drupal-composer-drupal-project/docroot/sites/default/README.md
  25. 10 core/tests/Drupal/Tests/Composer/Plugin/Scaffold/fixtures/drupal-composer-drupal-project/docroot/README.md
  26. 10 core/tests/Drupal/Tests/Composer/Plugin/Scaffold/fixtures/README.md
  27. 10 core/tests/README.md
  28. 10 core/assets/vendor/modernizr/README.md
  29. 10 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.