Move compiled views back to cache dir by default (#2837)

* chore(cache-views): move compiled views to [wp-content]/cache/acorn/views

Co-authored-by: QWp6t <QWp6t@users.noreply.github.com>
This commit is contained in:
Ben Word
2021-11-02 18:06:03 -05:00
committed by GitHub
parent 7c034f42c6
commit 2f50547c20
2 changed files with 1 additions and 4 deletions

View File

@@ -1,7 +1,6 @@
<?php
use function Roots\resource_path;
use function Roots\storage_path;
return [
@@ -32,7 +31,7 @@ return [
|
*/
'compiled' => storage_path('framework/views'),
'compiled' => WP_CONTENT_DIR . '/cache/acorn/views',
/*
|--------------------------------------------------------------------------

View File

@@ -1,2 +0,0 @@
*
!.gitignore