Skip to content
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

V4: Cannot compile using webpack #965

Closed
thangchung opened this issue Apr 4, 2016 · 3 comments
Closed

V4: Cannot compile using webpack #965

thangchung opened this issue Apr 4, 2016 · 3 comments

Comments

@thangchung
Copy link

Hi all,

I am using webpack for compiling the bootstrap-material-design@v4.0.1, but I always got an exception like File to import not found or unreadable: bootstrap/scss/_variables, I wonder why in https://github.com/FezVrasta/bootstrap-material-design/blob/v4.0.1/scss/_variables.scss at line 38 referenced to bootstrap\scss\variables node module, but in https://github.com/twbs/bootstrap/tree/v4-dev/scss doesn't' have any folder with named variables there. Is it a bug?

@rosskevin
Copy link
Contributor

Our code compiles so it is not a bug. You are using a different tool and not setting up the library include paths based on the message. In our build setup, that file is in node_modules.

@thangchung
Copy link
Author

ahh okay. Got up, sorry for this. I have seen in your gulp file, actually your build at node_modules.

@jflayhart
Copy link

jflayhart commented May 3, 2016

@thangchung, what is it you did to fix this? I am having same errors. Confused at what my include paths should look like for just one plugin. What does your set up look like that gets this material theme working?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants