From 40dad3d746a3d6b14f0e860f2b355eb663eaa42f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFck=20Piera?= Date: Mon, 14 Aug 2017 12:40:31 +0200 Subject: [PATCH] Add recipe for BazingaJsTranslationBundle --- .../2.0/config/routes/js_translation.yaml | 2 ++ willdurand/js-translation-bundle/2.0/manifest.json | 9 +++++++++ 2 files changed, 11 insertions(+) create mode 100644 willdurand/js-translation-bundle/2.0/config/routes/js_translation.yaml create mode 100644 willdurand/js-translation-bundle/2.0/manifest.json diff --git a/willdurand/js-translation-bundle/2.0/config/routes/js_translation.yaml b/willdurand/js-translation-bundle/2.0/config/routes/js_translation.yaml new file mode 100644 index 00000000..c226bb49 --- /dev/null +++ b/willdurand/js-translation-bundle/2.0/config/routes/js_translation.yaml @@ -0,0 +1,2 @@ +bazinga_js_translation: + resource: "@BazingaJsTranslationBundle/Resources/config/routing/routing.yml" diff --git a/willdurand/js-translation-bundle/2.0/manifest.json b/willdurand/js-translation-bundle/2.0/manifest.json new file mode 100644 index 00000000..6aa41fe8 --- /dev/null +++ b/willdurand/js-translation-bundle/2.0/manifest.json @@ -0,0 +1,9 @@ +{ + "bundles": { + "Bazinga\\Bundle\\JsTranslationBundle\\BazingaJsTranslationBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "aliases": ["js-translation", "js-translator"] +}