mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-16 01:26:27 +03:00
Merge pull request #1098
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
framework:
|
||||
assets:
|
||||
packages:
|
||||
website:
|
||||
json_manifest_path: '%kernel.project_dir%/public/build/website/manifest.json'
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"copy-from-package": {
|
||||
"assets/": "assets/"
|
||||
},
|
||||
"gitignore": [
|
||||
"node_modules/",
|
||||
"npm-debug.log",
|
||||
"yarn-error.log"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user