You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add --watch option for the compiler.
When compiler is launched in watch mode, it should wait for changes in file or files in directory and immediately recompile changed files.
Add
--watch
option for the compiler.When compiler is launched in watch mode, it should wait for changes in file or files in directory and immediately recompile changed files.
BTW, this lib may be useful.
http://pythonhosted.org/watchdog/
Many tools like LESS (which is compiled to CSS) or languages compiled to JS have this feature and it makes development process much more comfortable.
The text was updated successfully, but these errors were encountered: