如何在Runnig Gulp构建命令时修复Unclosed块SCSS错误

时间:2019-06-20 13:29:54

标签: node.js angularjs gulp gulp-sass

在运行“ 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上进行了大量搜索,但找不到任何合适的解决方案。

请提供任何解决上述问题的方法来帮助我。 预先感谢。

0 个答案:

没有答案