Я получаю ошибку ниже при выполнении команды "gulp build" для генерации сборки для рабочего сервера в проекте.Пожалуйста, смотрите ошибку ниже:
[Autoprefixer] Error in plugin 'gulp-autoprefixer'
Message:
vendor.scss:1:1: Unclosed block
Details:
file: vendor.scss
line: 1
column: 1
source: $icon-font-path: "../../bower_components/bootstrap-sass-official/assets/fonts/bootstrap/";
/* Do not remove these comments below. It's the markers used by wiredep to inject
sass dependencies when defined in the bower.json of your dependencies */
// bower:scss
@import "../../bower_components/bootstrap-sass-official/assets/stylesheets/_bootstrap.scss";
// endbower
Я много искал в Google, но не смог найти правильного решения.
Пожалуйста, помогите мне, предоставив решение для устранения вышеуказанной проблемы.Заранее спасибо.