mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-18 12:28:46 +00:00
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:
@@ -147,7 +147,7 @@ return [
|
||||
| command php artisan assets:clean -f somefilename.js -f application.css ...
|
||||
|
|
||||
*/
|
||||
'cache' => ['production'],
|
||||
'cache' => ['local'],
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user