How to watch file changes and run script?
[issue link]Hey guys,
This may be a simple question, but I want to do something like this:
If a .vue file changes, I want to run some a script.
The script generates dynamically a .sass file which I want to import then in my component .sass files.
Maybe you have an idea 😃