gpt4 book ai didi

ember.js - 如何在 ember-cli 中重命名 index.html 文件?

转载 作者:行者123 更新时间:2023-12-02 08:03:49 25 4
gpt4 key购买 nike

当我进行 ember build 时,我希望/dist 文件夹中的文件名与 index.html 不同。像 main.html 这样的东西会很棒。

最佳答案

在你的 Brocfile.js 中

var app = new EmberApp({
outputPaths: {
app: {
html: 'main.html'
}
}
});

关于ember.js - 如何在 ember-cli 中重命名 index.html 文件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24744379/

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