Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Watch script doesn't rebuild after creating new file #9710

Closed
josecarlosrx opened this issue Nov 2, 2022 · 1 comment
Closed

Watch script doesn't rebuild after creating new file #9710

josecarlosrx opened this issue Nov 2, 2022 · 1 comment

Comments

@josecarlosrx
Copy link

What version of Tailwind CSS are you using?

3.2.1

What build tool (or framework if it abstracts the build tool) are you using?

Create React App

What version of Node.js are you using?

16.14.2

What browser are you using?

Chrome

What operating system are you using?

Windows

Reproduction

module.exports = { content: ["./src/app/**/*.{html,js}"], theme: { // ... }, };

Describe your issue

I'm using tailwindcss without postcss. It works fine. The output CSS file is generated every time JS files are saved. The problem happens when I create a new JS file: the "watch" script stops working, it doesn't rebuild the output CSS anymore.

It's working ok with version 3.1.8 though.

@josecarlosrx josecarlosrx changed the title Watch script not rebuild after creating new file Watch script doesn't rebuild after creating new file Nov 2, 2022
@reinink
Copy link
Member

reinink commented Nov 2, 2022

Hey! Thanks for reporting this. I'm fairly confident that this is a duplicate of #9667, so I'm going to close this issue in favor of that one. It also looks like we might have a possible solution already for this (see #9689), so stay tuned for an upcoming fix which will hopefully your resolve issue here too 👍

@reinink reinink closed this as completed Nov 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants