From: Raphaƫl Gertz Date: Mon, 3 Oct 2022 02:34:42 +0000 (+0200) Subject: Add cleanup ideas for packer X-Git-Tag: 0.2.1~12 X-Git-Url: https://git.rapsys.eu/packbundle/commitdiff_plain/17776777b454b6f000537267d327bdc28f8e2cd2 Add cleanup ideas for packer --- diff --git a/DependencyInjection/Configuration.php b/DependencyInjection/Configuration.php index 4856910..d9b1b51 100644 --- a/DependencyInjection/Configuration.php +++ b/DependencyInjection/Configuration.php @@ -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',