Closed Intrepidd closed 2 years ago
Great improvement! Let me know when you feel like it's ready to merge - right now I don't have that much time to check everything in detail
Noted, I will try to submit a ready-to-merge PR soon following the bullet points i mentionned in this PR and using my best judgement
Ok @martonlederer this should be it,
This PR now :
dependency
or dir-dependency
postcss advertisesHi @martonlederer, had any chance to look at this ? I'm using it in production for months now and it runs smoothly :)
Hey merging it today :)
Thanks for this great plugin 🙏
Using tailwind and watch mode, I realised there would not be any rebuild when changing my html files.
This PR is a WIP aiming to add complete PostCSS dependency support to this plugin.
Some gotchas :
dir-dependency
, I guess we could also look at regular dependencies and stop passinggetFilesRecursive(sourceDir)
towatchFiles
?WDYT ? I'll be glad to improve this PR and add tests following your guidance