-
-
Notifications
You must be signed in to change notification settings - Fork 83
bootstrap.js is ambiguous #160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Related to symfony/recipes#1022 I think |
Thank you for this issue. |
Duplicate of #150 ? |
ThomasLandauer
added a commit
to ThomasLandauer/recipes
that referenced
this issue
Apr 8, 2025
Second attempt to finally fix symfony/webpack-encore-bundle#150 and symfony/webpack-encore-bundle#160
This was referenced Apr 8, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I install
symfony/webpack-encore-bundle
withcomposer
there is a new directoryassets
created that has abootstrap.js
file in it. This gives false impression that encore comes withTwitter Bootstrap
. Then when one realizes it's not aTwitter Bootstrap
developer installsTwitter Bootstrap
and still ends up with multiple bootstrap imports. This ambiguity ends only when developer finally has enough and renamesbootstrap.js
a file to something else.Why not just call it
boot.js
orinit.js
orecnore.js
?The text was updated successfully, but these errors were encountered: