]> Raphaël G. Git Repositories - recipe/commitdiff
Remove useless versioned files
authorRaphaël Gertz <git@rapsys.eu>
Tue, 26 Nov 2019 22:17:31 +0000 (23:17 +0100)
committerRaphaël Gertz <git@rapsys.eu>
Tue, 26 Nov 2019 22:17:31 +0000 (23:17 +0100)
Copy config from package instead of recipe

rapsys/packbundle/0.1.1/config/packages/rapsys_pack.yaml [deleted file]
rapsys/packbundle/0.1.1/manifest.json [deleted file]
rapsys/packbundle/master/config/packages/rapsys_pack.yaml [deleted file]
rapsys/packbundle/master/manifest.json

diff --git a/rapsys/packbundle/0.1.1/config/packages/rapsys_pack.yaml b/rapsys/packbundle/0.1.1/config/packages/rapsys_pack.yaml
deleted file mode 100644 (file)
index 47ea68f..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-services:
-    rapsys_pack.twig.pack_extension:
-        class: Rapsys\PackBundle\Twig\PackExtension
-        arguments: [ '@file_locator', '@service_container', '@assets.packages' ]
-        tags: [ twig.extension ]
diff --git a/rapsys/packbundle/0.1.1/manifest.json b/rapsys/packbundle/0.1.1/manifest.json
deleted file mode 100644 (file)
index a2d5351..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-{
-       "bundles": {
-               "Rapsys\\PackBundle\\RapsysPackBundle": ["all"]
-       },
-       "copy-from-recipe": {
-               "config/": "%CONFIG_DIR%/"
-       }
-}
diff --git a/rapsys/packbundle/master/config/packages/rapsys_pack.yaml b/rapsys/packbundle/master/config/packages/rapsys_pack.yaml
deleted file mode 100644 (file)
index 47ea68f..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-services:
-    rapsys_pack.twig.pack_extension:
-        class: Rapsys\PackBundle\Twig\PackExtension
-        arguments: [ '@file_locator', '@service_container', '@assets.packages' ]
-        tags: [ twig.extension ]
index a2d5351dff48b578a3772895bd22a441587134dd..3ed9b0064a7e8a09bd391e24820f46319ca6e8e0 100644 (file)
@@ -2,7 +2,7 @@
        "bundles": {
                "Rapsys\\PackBundle\\RapsysPackBundle": ["all"]
        },
-       "copy-from-recipe": {
-               "config/": "%CONFIG_DIR%/"
+       "copy-from-package": {
+               "Resources/config/": "%CONFIG_DIR%/"
        }
 }