mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-19 19:16:32 +03:00
Update Flex archives
This commit is contained in:
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user