
| Current Path : /var/www/html/rocksensor1/web/core/assets/vendor/modernizr/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/rocksensor1/web/core/assets/vendor/modernizr/README.md |
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`.