Skip to content

Commit

Permalink
update purge settings
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Feb 16, 2021
1 parent 4025e3a commit 36c4685
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions stubs/inertia/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ const defaultTheme = require('tailwindcss/defaultTheme');

module.exports = {
purge: [
'./vendor/laravel/framework/src/Illuminate/Pagination/resources/views/*.blade.php',
'./vendor/laravel/jetstream/**/*.blade.php',
'./storage/framework/views/*.php',
'./resources/views/**/*.blade.php',
Expand Down
1 change: 1 addition & 0 deletions stubs/livewire/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ const defaultTheme = require('tailwindcss/defaultTheme');

module.exports = {
purge: [
'./vendor/laravel/framework/src/Illuminate/Pagination/resources/views/*.blade.php',
'./vendor/laravel/jetstream/**/*.blade.php',
'./storage/framework/views/*.php',
'./resources/views/**/*.blade.php',
Expand Down

0 comments on commit 36c4685

Please sign in to comment.