mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 15:46:52 +03:00
41 lines
1.4 KiB
JSON
41 lines
1.4 KiB
JSON
{
|
|
"manifests": {
|
|
"maba/webpack-bundle": {
|
|
"manifest": {
|
|
"bundles": {
|
|
"Maba\\Bundle\\WebpackBundle\\MabaWebpackBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"assets/": "assets/"
|
|
},
|
|
"copy-from-package": {
|
|
"src/Resources/defaultConfig/latest/package.json": "package.json",
|
|
"src/Resources/defaultConfig/latest/webpack.config.js": "%CONFIG_DIR%/webpack.config.js"
|
|
},
|
|
"gitignore": [
|
|
"/node_modules/"
|
|
],
|
|
"composer-scripts": {
|
|
"maba:webpack:install-node-modules": "symfony-cmd"
|
|
},
|
|
"post-install-output": [
|
|
"Run <info>maba:webpack:compile</info> to compile assets when deploying.",
|
|
"",
|
|
"Always run <info>maba:webpack:dev-server</info> in dev environment."
|
|
]
|
|
},
|
|
"files": {
|
|
"assets/.gitignore": {
|
|
"contents": [
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "33b0bf2e73d774902dd21bab3d93f5b5ce459668"
|
|
}
|
|
}
|
|
}
|