Files
symfony-flex-recipes-contrib/sulu.webpack-encore.1.0.json
T
github-action botandgithub-action bot 06af7d5f81 Update Flex endpoint
2021-09-23 10:31:54 +00:00

34 lines
1.0 KiB
JSON

{
"manifests": {
"sulu/webpack-encore": {
"manifest": {
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"copy-from-package": {
"assets/": "assets/"
},
"gitignore": [
"node_modules/",
"npm-debug.log",
"yarn-error.log"
]
},
"files": {
"config/packages/assets.yaml": {
"contents": [
"framework:",
" assets:",
" packages:",
" website:",
" json_manifest_path: '%kernel.project_dir%/public/build/website/manifest.json'",
""
],
"executable": false
}
},
"ref": "03949e142faeaaefbdd442bbc1ccd374ab8048da"
}
}
}