Disable JS/CSS combine/minify when running in dev mode

This commit is contained in:
Daniel Berteaud 2015-07-14 00:30:59 +02:00
parent 8685753ae9
commit 66a00c637f
1 changed files with 3 additions and 2 deletions

View File

@ -92,8 +92,9 @@ plugin mail => {
# Static resources compressor
plugin StaticCompressor => {
url_path_prefix => 'assets',
file_cache_path => $config->{'directories.cache'} . '/assets/'
url_path_prefix => 'assets',
file_cache_path => $config->{'directories.cache'} . '/assets/',
disable_on_devmode => 1
};
##########################