-
-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
I have a watch script that runs tshy --watch and some CSS compilation in parallel. In the output (dist/esm and dist/commonjs), js files live alongside CSS files. In my normal build script, I simply execute tshy before the CSS compilation, but when in watch mode, tshy detects a filesystem change when a CSS file is written, and then proceeds to remove it. I would like for tshy to leave these files untouched. A reasonable opt-in setting would be okay for me.
Metadata
Metadata
Assignees
Labels
No labels