Makes it easier to clear the cache

This commit is contained in:
Samuel Georges 2015-02-11 20:40:48 +11:00
parent ce14c0c926
commit 8eaedb3d5c
1 changed files with 2 additions and 2 deletions

View File

@ -171,7 +171,7 @@ class CombineAssets
}
$this->path = $cacheInfo['path'];
$this->storagePath = storage_path().'/cms/combiner';
$this->storagePath = storage_path().'/cms/combiner/assets';
$combiner = $this->prepareCombiner($cacheInfo['files']);
$contents = $combiner->dump();
@ -278,7 +278,7 @@ class CombineAssets
}
$this->path = public_path().$path;
$this->storagePath = storage_path().'/cms/combiner';
$this->storagePath = storage_path().'/cms/combiner/assets';
list($assets, $extension) = $this->prepareAssets($assets);