-
-
Notifications
You must be signed in to change notification settings - Fork 485
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
Make it up with sass-resources-loader #357
Conversation
Can you add an example to https://github.com/shakacode/bootstrap-loader/tree/master/examples? I'll merge this once I have a small sample where I can verify this. Also, please confirm that the all the examples, https://github.com/shakacode/bootstrap-loader/tree/master/examples, still work correctly. Bonus points for adding an entry to the CHANGELOG.md. |
@justin808 By example you mean another directory in
By still work correctly you mean that page appearance doesn't change?
If you just want to confirm, that |
Sounds good. Pick any example and add the sass-resources-loader.
By still work correctly you mean that page appearance doesn't change?
Doesn't crash during build or running. No console errors. Looks about the same. |
@justin808 I'm not sure I understand what's the idea of adding
So let me show you the diff first. Do you want another example in |
@justin808 Let's start with the use case. I should have mentioned it from the beginning. I want to add Bootstrap to my site. I'm already using So if you want example specifically about Why not The problem with your example the way I see it is that it shows how to use Hopefully that clarifies my take on it. But if you still want an example, I can try to modify |
@x-yuri You seem to understand the issue way better than me.
Please go ahead and modify the example. I'll try it out and merge it, and cancel my PR. |
8269d5c
to
2b1ec52
Compare
2b1ec52
to
4bea26d
Compare
@justin808 Okay. Hopefully that's all there is to it.
"bootstrap-loader@file:../..":
- version "2.2.0"
+ version "3.0.1"
dependencies:
chalk "2.4.1"
escape-regexp "0.0.1" Not sure if that's an issue. |
@x-yuri Hey, I really appreciate your patience here. I loaded the code and tried to see a change when I changed $custom-border-radius: 50px; to some other value in both the bs3:dev and bs4:dev setups. Can you please provide some instructions in https://github.com/shakacode/bootstrap-loader/blob/master/examples/basic/README.md as how sass-resources-loader works. I wanted to see a change in the UI. You can add an image to this PR in a comment and copy the markdown from the comment into the README.md file. Also, should this be 3.0.2 or 3.1.0? Can you please give me your desired changelog entry: https://github.com/shakacode/bootstrap-loader/blob/master/CHANGELOG.md. |
@justin808 Bootstrap developers have a bit different idea of what alert is. You can see it at the bottom of the basic example's page: Anyways, I've added the description to the README as you asked. Regarding the version, I think it's a bug, so Fixed
|
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.
Reviewed 14 of 14 files at r1, 1 of 1 files at r2.
Reviewable status: complete! all files reviewed, all discussions resolved
Released in 3.0.2. |
Fixes an issue discovered by author in #285 after upgrading
boostrap-loader
.This change is