gpt4 book ai didi

brunch - 供应商 CSS 文件未为早午餐编译

转载 作者:行者123 更新时间:2023-12-04 15:44:58 29 4
gpt4 key购买 nike

我在 brunch@1.7.6 没有编译 bower_component css 文件时遇到问题。类似于 Separating app and vendor css in Brunch .只有 css/app.css 为我生成。 :/

{
stylesheets: {
joinTo: {
'css/app.css': /^app/,
'css/vendor.css': /^bower_components/
}
}

如果我做错了什么,请告诉我。当我使用 brunch@1.6.7 时,一切似乎都很好。配置是否随着内置凉亭的介绍而改变?

最佳答案

关于 x-editable ,我遇到了无法包含 bower_components 的问题。 css,但发现我只需要在 bower.json 的覆盖部分添加细节(因为它有多个库选项, main 不包含在 .bower.json 中)。

我成功使用了以下覆盖:

"overrides": {
"x-editable": {
"main": [
"dist/bootstrap3-editable/js/bootstrap-editable.js",
"dist/bootstrap3-editable/css/bootstrap-editable.css"
]
}
}

关于brunch - 供应商 CSS 文件未为早午餐编译,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18945353/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com