From 6bc8fc035e79b38a3a2773258093f8b0eaaea3c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Mach=C3=A1=C4=8Dek?= <8machy@seznam.cz> Date: Sun, 18 Feb 2018 17:11:16 +0100 Subject: [PATCH] Create manifest.json --- machy8/webloader-bundle/1.1/manifest.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 machy8/webloader-bundle/1.1/manifest.json diff --git a/machy8/webloader-bundle/1.1/manifest.json b/machy8/webloader-bundle/1.1/manifest.json new file mode 100644 index 00000000..1152f4cd --- /dev/null +++ b/machy8/webloader-bundle/1.1/manifest.json @@ -0,0 +1,9 @@ +{ + "bundles": { + "WebLoader\\WebLoaderBundle\\WebLoaderBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + "src/": "%SRC_DIR%/" + } +}