-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
bootstrap.js file difference #777
Comments
At the moment we generate the file from the individual JS files. Instead, we should copy the file from upstream |
glebm
added a commit
that referenced
this issue
Nov 15, 2014
Before we compiled bootstrap.js by concatenating individual files. This copies the file from upstream for maximum compatibility.
@mnabialek Thanks for brining this up. This is now fixed with the commit above. |
@glebm I would then also recommend adding minified version of this file into the same folder as in original Bootstrap |
glebm
added a commit
that referenced
this issue
Nov 21, 2014
glebm
added a commit
that referenced
this issue
Dec 17, 2014
glebm
added a commit
that referenced
this issue
Jan 18, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I don't know if it's an issue but I looked at this file and compared it with original bootstrap.js file. This file is a bit different. There is no:
part and the order of other parts is also different. If it's not a bug or issue, why this file is different than original file?
The text was updated successfully, but these errors were encountered: