]> Raphaƫl G. Git Repositories - packbundle/blobdiff - Resources/config/parameters.yml
Switch to web directory for compiled assets by default
[packbundle] / Resources / config / parameters.yml
index d31ebfab3430f1b65d487a9c2b67700eb6775b9b..900a6c195b0105d21426274f68b6bc94ac1c8223 100644 (file)
@@ -1,13 +1,29 @@
 # src/Rapsys/PackBundle/Resources/config/parameters.yml
 parameters:
     rapsys_pack:
-        jpack: '/usr/local/bin/jpack'
-        cpack: '/usr/local/bin/cpack'
-        prefix: '@@RapsysPackBundle/Resources/public/'
+        coutput: ~
+        joutput: ~
+        ioutput: ~
+        cfilter: [ 'CPackFilter' ]
+        jfilter: [ 'JPackFilter' ]
+        ifilter: [ 'IPackFilter' ]
+        prefix: ~
+        scheme: ~
+        timeout: 5
+        user_agent: ~
+        redirect: 3
+    rapsys_pack.jpackfilter:
+        bin: '/usr/local/bin/jpack'
+    rapsys_pack.cpackfilter:
+        bin: '/usr/local/bin/cpack'
 
 framework:
     assets:
         packages:
             rapsys_pack:
-                base_path: '/bundles/rapsyspack'
+                base_path: ~
                 version: ~
+
+# Force cache disable to regenerate resources each time
+#twig:
+#    cache: ~