Remove cache from asset pipeline in an attempt to fix the "not including some files"-bug, although right now I have a clue what's causing it.

This commit is contained in:
James Cole
2014-09-23 20:32:33 +02:00
parent fb02a0d5ad
commit f1e5df566c
2 changed files with 2 additions and 352 deletions

View File

@@ -147,7 +147,7 @@ return [
| command php artisan assets:clean -f somefilename.js -f application.css ...
|
*/
'cache' => ['production'],
'cache' => ['local'],
/*
|--------------------------------------------------------------------------