【问题标题】:Brunch is ignoring files starting with an underscore when I build早午餐在我构建时忽略以下划线开头的文件
【发布时间】:2017-09-10 21:19:33
【问题描述】:

brunch 在我构建时忽略了我的资产文件夹中的文件“_redirects”。我要在配置中添加什么来修复?我确信有一些方法可以专门包含这个文件。

【问题讨论】:

    标签: brunch


    【解决方案1】:

    是的,您必须按照Brunch docs 中的说明覆盖default ignored convention

    conventions: {
      ignored: () => false, // override defaults for no ignored files
    }
    

    【讨论】:

      猜你喜欢
      • 2016-01-17
      • 1970-01-01
      • 2015-02-25
      • 2014-08-08
      • 2015-07-16
      • 1970-01-01
      • 2016-03-30
      • 2018-08-27
      • 2014-03-04
      相关资源
      最近更新 更多