mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 15:46:52 +03:00
47 lines
1.4 KiB
JSON
47 lines
1.4 KiB
JSON
{
|
|
"manifests": {
|
|
"machy8/webloader-bundle": {
|
|
"manifest": {
|
|
"bundles": {
|
|
"WebLoader\\WebLoaderBundle\\WebLoaderBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/",
|
|
"public/": "%PUBLIC_DIR%/"
|
|
}
|
|
},
|
|
"files": {
|
|
"public/webtemp/.gitignore": {
|
|
"contents": [
|
|
"*",
|
|
"!.gitignore",
|
|
""
|
|
],
|
|
"executable": false
|
|
},
|
|
"config/packages/dev/web_loader.yaml": {
|
|
"contents": [
|
|
"web_loader:",
|
|
" disableCache: true",
|
|
""
|
|
],
|
|
"executable": false
|
|
},
|
|
"config/packages/web_loader.yaml": {
|
|
"contents": [
|
|
"web_loader:",
|
|
" pathPlaceholders:",
|
|
" filesCollections:",
|
|
" filesCollectionsContainers:",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "b112347eb64f7c47ec375c42dfe32489d2687b95"
|
|
}
|
|
}
|
|
}
|