]> Raphaël G. Git Repositories - packbundle/commitdiff
Add cleanup ideas for packer
authorRaphaël Gertz <git@rapsys.eu>
Mon, 3 Oct 2022 02:34:42 +0000 (04:34 +0200)
committerRaphaël Gertz <git@rapsys.eu>
Mon, 3 Oct 2022 02:34:42 +0000 (04:34 +0200)
DependencyInjection/Configuration.php

index 4856910886b68a5b4913bb2d6cd2cda7306c8d49..d9b1b512eb98a0b54476f5e4aae404955bb4ed48 100644 (file)
@@ -45,6 +45,8 @@ class Configuration implements ConfigurationInterface {
                                'agent' => (string)ini_get('user_agent')?:'rapsys_pack/0.2.0',
                                'redirect' => 5
                        ],
+                       #TODO: migrate to public.path, public.url and router->generateUrl ?
+                       #XXX: that would means dropping the PathPackage stuff and use static route like rapsys_pack_facebook
                        'output' => [
                                'css' => '@RapsysPack/css/*.pack.css',
                                'js' =>  '@RapsysPack/js/*.pack.js',