-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Error sass when build mode product #710
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
Comments
Have you checked to make sure that the file does exist? If it does, you might try adding |
@PhucPM do you have bower installed globally? If not it will not install the bower components but it also doesn't appear to tell you that it failed to install bower component. I was having a similar issue and I installed bower globally ( |
@PhucPM I'm having the same issue, did you get anywhere with this in the end? |
lines in the scss should be $icon-font-path: "../bower_components/bootstrap-sass-official/vendor/assets/fonts/bootstrap/";
$fa-font-path: "../bower_components/font-awesome/fonts";
@import '../bower_components/bootstrap-sass-official/vendor/assets/stylesheets/bootstrap';
@import '../bower_components/font-awesome/scss/font-awesome'; |
Thanks @timv2 that's working now :) |
Hello!
When I build the application mode (production) but it is an error as below. Hope you help me solve direction.
p / s: I tried the url of the file refining of Bootstrap but not sass.
The text was updated successfully, but these errors were encountered: