Skip to content

Commit

Permalink
Add back _site to Tailwind content array
Browse files Browse the repository at this point in the history
Adds back the site glob pattern that can cause an endless loop, but adds a warning. See hydephp/hyde#146
  • Loading branch information
caendesilva committed Jun 7, 2022
1 parent 1d9f090 commit 20a2eb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ const defaultTheme = require('tailwindcss/defaultTheme');
module.exports = {
darkMode: 'class',
content: [
'./_site/**/*.html', // If you have issues with npm run watch getting stuck in a loop, remove this line. See https://github.com/hydephp/hyde/issues/146
'./resources/views/**/*.blade.php',
'./vendor/hyde/framework/resources/views/**/*.blade.php',
],
Expand Down

0 comments on commit 20a2eb0

Please sign in to comment.