- Issue created by @Rajab Natshah
-
rajab natshah β
committed 9718b733 on 2.0.x
Issue #3471477: Fix Popper.js Error When Adding Navbar Dropdown in...
-
rajab natshah β
committed 9718b733 on 2.0.x
- π―π΄Jordan Rajab Natshah Jordan
- Status changed to Needs review
2 months ago 3:06pm 1 September 2024 - π―π΄Jordan Rajab Natshah Jordan
Steps to follow to run the Bootstrap Fixer
Open the terminal and change directory to the custom theme
cd MY_PROJECT/themes/cusotm/mytheme
Get the Bootstrap Fixer file.
wget https://git.drupalcode.org/project/varbase_components/-/raw/2.0.x/bootstrap.fixer.js
Change
"theme:init"
in package.json to"theme:init": "webpack --progress --config webpack.config.init.js ; node bootstrap.fixer.js",
Add
"bootstrap:fixer": "node bootstrap.fixer.js",
to"scripts"
in the package.json file.The package.json file should look as in this link
run the following:
yarn bootstrap:fixer
- Issue was unassigned.
- Status changed to Fixed
2 months ago 10:06am 2 September 2024 - π―π΄Jordan Rajab Natshah Jordan
β Released varbase_components-2.0.5 β
Automatically closed - issue fixed for 2 weeks with no activity.