Skip to content

Commit e5d135b

Browse files
Johan Montenijpascalbaljet
Johan Montenij
andauthored
npm run dev - Watch FormBuilder classes (#386)
Co-authored-by: Pascal Baljet <[email protected]>
1 parent 80e3f16 commit e5d135b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

app/tailwind.config.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ module.exports = {
99
"./storage/framework/views/*.php",
1010
"./resources/views/**/*.blade.php",
1111
"./resources/js/**/*.vue",
12+
"./app/Forms/*.php",
13+
"./app/Tables/*.php",
1214
],
1315

1416
plugins: [require("@tailwindcss/forms"), require("@tailwindcss/typography")],
15-
};
17+
};

stubs/tailwind.config.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,13 @@ export default {
1010
"./storage/framework/views/*.php",
1111
"./resources/views/**/*.blade.php",
1212
"./resources/js/**/*.vue",
13+
// "./app/Forms/*.php",
14+
// "./app/Tables/*.php",
1315
],
1416

1517
theme: {
1618
extend: {},
1719
},
1820

1921
plugins: [forms, typography],
20-
};
22+
};

0 commit comments

Comments
 (0)