Add becklyn/assets-bundle

Adds the recipe for the assets bundle for version 2.4+
This commit is contained in:
Jannik Zschiesche
2019-09-03 16:19:54 +02:00
parent b1b555a90d
commit bceb655a6e
2 changed files with 11 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
_import.becklyn_assets:
resource: .
type: 'becklyn-assets'

View File

@@ -0,0 +1,8 @@
{
"bundles": {
"Becklyn\\AssetsBundle\\BecklynAssetsBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}