CodeSleeve / asset-pipeline

This Laravel 4 package provides a very simple and easy to use asset pipeline. It was heavily inspired by the Rails asset pipeline. We make use of the wonderful Assetic package to help with pre-compliation!
http://www.codesleeve.com
MIT License
491 stars 53 forks source link

Files still cached on a local environment #229

Open RomainLanz opened 9 years ago

RomainLanz commented 9 years ago

Hi everyone,

All of my assets files continue to be cached on a local environment with a good configuration.

'cache' => array('production'),

My environment is correctly set to 'local', so the detection on Laravel is not the problem.

kticka commented 9 years ago

+1