proximitybbdo / engine

FuelPHP setup for BBDO
http://fuelphp.com
4 stars 3 forks source link

config file #40

Closed jeroenbourgois closed 11 years ago

jeroenbourgois commented 11 years ago

Would it be OK for everyone to clean up the config file a bit? We should only keep the things that are likely to be overwritten and get rid of some other stuff to make it cleaner and easier to read. If you want to see the full config you can always check in the core/config.

pierot commented 11 years ago

Yes!

Pieter Michels 0499/20 76 14

On Friday 1 February 2013 at 10:50, Jeroen Bourgois wrote:

Would it be OK for everyone to clean up the config file a bit? We should only keep the things that are likely to be overwritten and get rid of some other stuff to make it cleaner and easier to read. If you want to see the full config you can always check in the core/config.

— Reply to this email directly or view it on GitHub (https://github.com/proximitybbdo/engine/issues/40).

rob-bar commented 11 years ago

We should also pull more of the config settings in the environment specific folders like logging etc.

Robbie Bardijn Front-end Developer

Mobile: 0472 / 79.88.63 robbie.bardijn@gmail.com

On 01 Feb 2013, at 12:12, Pieter Michels wrote:

Yes!

Pieter Michels 0499/20 76 14

On Friday 1 February 2013 at 10:50, Jeroen Bourgois wrote:

Would it be OK for everyone to clean up the config file a bit? We should only keep the things that are likely to be overwritten and get rid of some other stuff to make it cleaner and easier to read. If you want to see the full config you can always check in the core/config.

— Reply to this email directly or view it on GitHub (https://github.com/proximitybbdo/engine/issues/40).

— Reply to this email directly or view it on GitHub.

pierot commented 11 years ago

@rob-bar better you change 'minifies_production_js' => true,' to a more environment aware setting: minify_js => false in DEVELOPMENT (or better: the default config.php) minify_js => true in PRODUCTION