-
-
Notifications
You must be signed in to change notification settings - Fork 484
Support Bootstrap v4 alpha 4 in v1 #170
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
Conversation
* Add [email protected] compatibility * Update examples for [email protected] compatibility * Fix local installation on examples
@Judahmeek, could you maybe try this out? |
Yes, I'll try it out. |
@@ -12,7 +12,7 @@ export default function(module, bootstrapVersion, bootstrapPath) { | |||
const scriptsPath = ( | |||
parseInt(bootstrapVersion, 10) === 3 ? | |||
['assets', 'javascripts', 'bootstrap'] : | |||
['dist', 'js', 'umd'] | |||
['js', 'dist'] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add new path also to readme jquery module loader.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is this readme jquery module loader you speak of?
We're really looking forward to seeing this in. Alpha2 is broken in multiple ways for us that alpha4 fixes |
@Judahmeek @outdooricon I can't finish this for at least a week. Can one of you guys submit a new PR with this, fixing the things that are broken. thanks! |
@justin808 I'll give it a shot. |
@justin808 All the errors were due to the fact that the examples have their own modules of bootstrap-loader instead of being linked to local code. Is there a particular reason for that or can I attempt to create a local dependency with symlinks to the local source code? Also, the examples' webpack.configs need to be updated on line 56/57 (just removing the |
https://github.com/shakacode/bootstrap-loader/tree/v1/examples/basic See the line
We can hard code the values in the file, but they need to be changed every release. Maybe we just need to change the docs? on this page. |
We can probably just put this down to my inexperience as a contributor. I overlooked the README, went straight to package.json, and overlooked |
Hey, Any update on this ? :) |
I just merged this to the V1 branch as is. There might be a couple more changes and then a release for v1. Review status: 0 of 9 files reviewed at latest revision, 2 unresolved discussions. Comments from Reviewable |
Review status: 0 of 9 files reviewed at latest revision, 2 unresolved discussions. src/utils/createBootstrapRequire.js, line 15 at r2 (raw file):
|
@outdooricon @frickt @igama @rmobis @Andre-Gl: Released 1.2 with support for alpha.v4! |
@justin808 sweet, thanks! |
This change is