Joseph Olstad
Joseph Olstad
@smulvih2 let's close your MR, I fixed the lint issues in a new MR https://github.com/wet-boew/wet-boew/pull/10020
Bootstrap is functional using jQuery 4 which ships with Drupal 11+ instructions are here: https://www.drupal.org/comment/15768430#comment-15768430
https://github.com/wet-boew/wet-boew/issues/9817
@sgdowney I'll fork that now
Update to this issue: bootstrap-sass has also been forked * A gem has been published for [entreprise7pro-bootstrap-sass](https://rubygems.org/gems/entreprise7pro-bootstrap-sass) * npm publishing will continue tomorrow. * Bower is ready now - `bower...
 Some challenges remain relating to wet-boew.js Modernizr is for IE support, should be removed, not compatible with jQuery 4. We do not support IE anymore and there is no...
@sgdowney "Modernizr determines whether the user's browser has implemented a given feature." This is no longer needed as all of the main browsers implement all of the features offered by...
Published these today: https://www.npmjs.com/package/entreprise7pro-bootstrap https://www.npmjs.com/package/entreprise7pro-bootstrap-sass which gives us now: https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.css https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.js https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap-theme.css https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap-theme.min.css
I had to increase the version number to 3.4.4 due to an npm release issue, cannot re-publish the same version on npm after unpublishing it.
I created a related Modernizr issue: https://github.com/Modernizr/Modernizr/issues/2754 With that said , I'm going to try refactoring a fork of wet-boew.js without Modernizr, hopefully not too hard. Fork https://github.com/entreprise7pro/wet-boew In progress.