README.md
Same filename in this branch
- 9 composer/Plugin/ProjectMessage/README.md
- 9 composer/Plugin/Scaffold/README.md
- 9 core/themes/olivero/README.md
- 9 core/themes/claro/images/core/README.md
- 9 core/themes/starterkit_theme/README.md
- 9 core/tests/Drupal/Tests/Composer/Plugin/Scaffold/fixtures/project-with-illegal-dir-scaffold/assets/README.md
- 9 core/tests/Drupal/Tests/Composer/Plugin/Scaffold/fixtures/drupal-composer-drupal-project/docroot/sites/default/README.md
- 9 core/tests/Drupal/Tests/Composer/Plugin/Scaffold/fixtures/drupal-composer-drupal-project/docroot/README.md
- 9 core/tests/Drupal/Tests/Composer/Plugin/Scaffold/fixtures/README.md
- 9 core/tests/README.md
- 9 README.md
Same filename and directory in other branches
- 11.x composer/Plugin/ProjectMessage/README.md
- 11.x composer/Plugin/Scaffold/README.md
- 11.x composer/Plugin/RecipeUnpack/README.md
- 11.x core/themes/olivero/README.md
- 11.x core/themes/claro/images/core/README.md
- 11.x core/themes/starterkit_theme/README.md
- 11.x core/modules/package_manager/tests/fixtures/build_test_projects/README.md
- 11.x core/modules/package_manager/tests/fixtures/fake_site/README.md
- 11.x core/tests/Drupal/Tests/Composer/Plugin/Scaffold/fixtures/project-with-illegal-dir-scaffold/assets/README.md
- 11.x core/tests/Drupal/Tests/Composer/Plugin/Scaffold/fixtures/drupal-composer-drupal-project/docroot/sites/default/README.md
- 11.x core/tests/Drupal/Tests/Composer/Plugin/Scaffold/fixtures/drupal-composer-drupal-project/docroot/README.md
- 11.x core/tests/Drupal/Tests/Composer/Plugin/Scaffold/fixtures/README.md
- 11.x core/tests/PHPStan/README.md
- 11.x core/tests/README.md
- 11.x README.md
- 7.x misc/brumann/polyfill-unserialize/README.md
- 7.x misc/typo3/phar-stream-wrapper/README.md
- 10 composer/Plugin/ProjectMessage/README.md
- 10 composer/Plugin/Scaffold/README.md
- 10 core/themes/olivero/README.md
- 10 core/themes/claro/images/core/README.md
- 10 core/themes/starterkit_theme/README.md
- 10 core/tests/Drupal/Tests/Composer/Plugin/Scaffold/fixtures/project-with-illegal-dir-scaffold/assets/README.md
- 10 core/tests/Drupal/Tests/Composer/Plugin/Scaffold/fixtures/drupal-composer-drupal-project/docroot/sites/default/README.md
- 10 core/tests/Drupal/Tests/Composer/Plugin/Scaffold/fixtures/drupal-composer-drupal-project/docroot/README.md
- 10 core/tests/Drupal/Tests/Composer/Plugin/Scaffold/fixtures/README.md
- 10 core/tests/README.md
- 10 core/assets/vendor/modernizr/README.md
- 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.