Skip to content

Commit

Permalink
Add stylesheets path to content list (#53)
Browse files Browse the repository at this point in the history
Without this patch if you change a stylesheets file such as your
application.tailwind.css it wasn't getting picked up as changed.
  • Loading branch information
nickjj authored Feb 19, 2022
1 parent 96eb5c2 commit d5d3cb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/install/tailwind/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ module.exports = {
content: [
'./app/views/**/*.html.erb',
'./app/helpers/**/*.rb',
'./app/assets/stylesheets/**/*.css',
'./app/javascript/**/*.js'
]
}

0 comments on commit d5d3cb1

Please sign in to comment.