有什么方法可以定義將為symfony/src/mybundle/Resources/public目錄內(nèi)容生成的輸出文件夾名稱?現(xiàn)在它自動(dòng)生成web/bundles/mybundlename/css文件夾,但我需要有 web/bundles/customer_name/cssPS:我在谷歌搜索沒(méi)有找到任何關(guān)于這個(gè)的東西......
1 回答

蝴蝶刀刀
TA貢獻(xiàn)1801條經(jīng)驗(yàn) 獲得超8個(gè)贊
建議使用 Webpack 和 Encore,您可以編輯以下參數(shù):
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 關(guān)注
- 135 瀏覽
添加回答
舉報(bào)
0/150
提交
取消