在运行“ 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上进行了大量搜索,但找不到任何合适的解决方案。
请提供任何解决上述问题的方法来帮助我。 预先感谢。