When use the sass version, I got the following error,
error app/styles/main.scss (Line 1 of bower_components/bootstrap-material-design/sass/_import-bs-sass.scss: File to import not found or
unreadable: bootstrap/variables.
Is there any thought to resolve this ???
To check if bootstrap is already imported or not and decide to include or not
Our build work, it must be something on your side. sorry.
Your Build Does not work. Most of the compiler out there gives the same error. Believe me i have tried them for days. _error app/styles/main.scss (Line 1 of bower_components/bootstrap-material-design/sass/_import-bs-sass.scss: File to import not found or unreadable: bootstrap/variables_
Beside when you look at the folder structure there is no file like bootstrap/variables which is reference in the _import-bs-sass.scss.
if the build would not work, our CI should fail. Instead, it succeeds. No?
I have the exact same error :S
If you check this thread you will notice that this is the most common error. But the owner thinks because it works on his machine it work on every other. I have try to compile both the less and sass without any success an now frustrated. Every other compiler has the same issue.
I'm sorry for the problems you are facing, but if the build works both on local machines and on CI machines, it means that the problem is not this repository but something on your side.
The workaround is mentioned in the very docs of this project
https://github.com/FezVrasta/bootstrap-material-design#bower
I stumbled upon this issue and what helped me is proper configuration for my task runner
Thanks Very Much for a Great Tool. I have been able to get it running after going through the doc. Just note that no other compiler out there was able to compile it. Except the method provided at the intro doc.
that's the idea behind the whole "programming thing" 馃槈
CI is using bower. Sass version doesn't work with NPM.
Most helpful comment
The workaround is mentioned in the very docs of this project
https://github.com/FezVrasta/bootstrap-material-design#bower
I stumbled upon this issue and what helped me is proper configuration for my task runner