gpt4 book ai didi

javascript - Grunt 服务,将 root 设为子文件夹

转载 作者:行者123 更新时间:2023-12-03 12:06:56 24 4
gpt4 key购买 nike

是否可以将 gruntserve 的根目录设为子文件夹。

我希望 localhost:9000/wz27 成为根,而不是 localhost:9000 。

这是为了使页面的行为就像在线发布时一样。

最佳答案

使用grunt-contrib-connect您可以在其中定义一个选项base,即

The base (or root) directory from which files will be served. Defaults to the project Gruntfile's directory.

例如:

grunt.initConfig({
connect: {
server: {
options: {
base: 'wz27'
port: 9000
}
}
}
});

关于javascript - Grunt 服务,将 root 设为子文件夹,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25146882/

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