Merge pull request #204

This commit is contained in:
symfony-flex-server[bot]
2017-12-17 11:12:41 +00:00
committed by GitHub
3 changed files with 21 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"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"
}
}
+3
View File
@@ -0,0 +1,3 @@
Run <info>maba:webpack:compile</info> to compile assets when deploying.
Always run <info>maba:webpack:dev-server</info> in dev environment.