From 0616343e85e700c2ad4aa62f52f3cee3bbfe25d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marius=20Bal=C4=8Dytis?= Date: Wed, 13 Dec 2017 21:49:23 +0200 Subject: [PATCH] Registers bundle in all environments --- maba/webpack-bundle/1.0/manifest.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/maba/webpack-bundle/1.0/manifest.json b/maba/webpack-bundle/1.0/manifest.json index 066bbff0..a04f37f3 100644 --- a/maba/webpack-bundle/1.0/manifest.json +++ b/maba/webpack-bundle/1.0/manifest.json @@ -1,4 +1,7 @@ { + "bundles": { + "Maba\\Bundle\\WebpackBundle\\MabaWebpackBundle": ["all"] + }, "copy-from-recipe": { "assets/": "assets/" }, @@ -12,4 +15,4 @@ "composer-scripts": { "maba:webpack:install-node-modules": "symfony-cmd" } -} \ No newline at end of file +}