From 2f50547c203f5021faa943d991dddc3912352c71 Mon Sep 17 00:00:00 2001 From: Ben Word Date: Tue, 2 Nov 2021 18:06:03 -0500 Subject: [PATCH] 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 --- config/view.php | 3 +-- storage/framework/views/.gitignore | 2 -- 2 files changed, 1 insertion(+), 4 deletions(-) delete mode 100644 storage/framework/views/.gitignore diff --git a/config/view.php b/config/view.php index 63ce480..58f71d8 100755 --- a/config/view.php +++ b/config/view.php @@ -1,7 +1,6 @@ storage_path('framework/views'), + 'compiled' => WP_CONTENT_DIR . '/cache/acorn/views', /* |-------------------------------------------------------------------------- diff --git a/storage/framework/views/.gitignore b/storage/framework/views/.gitignore deleted file mode 100644 index d6b7ef3..0000000 --- a/storage/framework/views/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -* -!.gitignore