Tailwind JIT + Gulp possible? #4182
-
I've not tried out JIT yet but watched Youtube videos about it. It seems like it runs like a watcher, waiting for a file to be saved. I use Gulp to compress and combine javascript files. It is also a watcher that is waiting for files to be saved, in the same CLI. Is it possible to run Tailwind JIT and Gulp at the same time? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Should be possible, what have you tried and what issues are you seeing? If you can create a repository with a basic setup in place that isn't working I can look at it. |
Beta Was this translation helpful? Give feedback.
-
I've found a solution. In VSCode it's possible to use two terminals at the same time. I'm not sure if it's the best one but I'll use it for now. |
Beta Was this translation helpful? Give feedback.
I've found a solution. In VSCode it's possible to use two terminals at the same time. I'm not sure if it's the best one but I'll use it for now.