有什么方法可以定义将为symfony/src/mybundle/Resources/public目录内容生成的输出文件夹名称?现在它自动生成web/bundles/mybundlename/css文件夹,但我需要有 web/bundles/customer_name/cssPS:我在谷歌搜索没有找到任何关于这个的东西......
1 回答
蝴蝶刀刀
TA贡献1801条经验 获得超8个赞
建议使用 Webpack 和 Encore,您可以编辑以下参数:
Encore
// directory where compiled assets will be stored
.setOutputPath('web/bundles/yourcustomname/')
// public path used by the web server to access the output path
.setPublicPath('/yourcustomname')
- 1 回答
- 0 关注
- 98 浏览
添加回答
举报
0/150
提交
取消