Skip to content

Commit d5d3cb1

Browse files
authored
Add stylesheets path to content list (#53)
Without this patch if you change a stylesheets file such as your application.tailwind.css it wasn't getting picked up as changed.
1 parent 96eb5c2 commit d5d3cb1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/install/tailwind/tailwind.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ module.exports = {
22
content: [
33
'./app/views/**/*.html.erb',
44
'./app/helpers/**/*.rb',
5+
'./app/assets/stylesheets/**/*.css',
56
'./app/javascript/**/*.js'
67
]
78
}

0 commit comments

Comments
 (0)