You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I install symfony/webpack-encore-bundle with composer there is a new directory assets created that has a bootstrap.js file in it. This gives false impression that encore comes with Twitter Bootstrap. Then when one realizes it's not a Twitter Bootstrap developer installs Twitter Bootstrap and still ends up with multiple bootstrap imports. This ambiguity ends only when developer finally has enough and renames bootstrap.js a file to something else.
Why not just call it boot.js or init.js or ecnore.js?
The text was updated successfully, but these errors were encountered:
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: