为了账号安全,请及时绑定邮箱和手机立即绑定

Symfony 3 资源安装包的输出文件夹名称

Symfony 3 资源安装包的输出文件夹名称

PHP
Cats萌萌 2023-06-30 16:17:55
有什么方法可以定义将为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')


查看完整回答
反对 回复 2023-06-30
  • 1 回答
  • 0 关注
  • 98 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信