-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Description
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.
* Error
Error: File to import not found or unreadable: bootstrap-sass-official/vendor/assets/stylesheets/bootstrap/
Load paths:
on line 4 of app.scss
1: $icon-font-path: "/bower_components/bootstrap-sass-official/vendor/assets/fonts/bootstrap/";
2: $fa-font-path: "/bower_components/font-awesome/fonts";- File app.scss
$icon-font-path: "/bower_components/bootstrap-sass-official/vendor/assets/fonts/bootstrap/";
$fa-font-path: "/bower_components/font-awesome/fonts";
@import 'bootstrap-sass-official/vendor/assets/stylesheets/bootstrap';
@import 'font-awesome/scss/font-awesome';