Add recipe for BazingaJsTranslationBundle

This commit is contained in:
Loïck Piera
2017-08-14 12:40:31 +02:00
parent 7990511491
commit 40dad3d746
2 changed files with 11 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
bazinga_js_translation:
resource: "@BazingaJsTranslationBundle/Resources/config/routing/routing.yml"

View File

@@ -0,0 +1,9 @@
{
"bundles": {
"Bazinga\\Bundle\\JsTranslationBundle\\BazingaJsTranslationBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"aliases": ["js-translation", "js-translator"]
}