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

Add file watcher #99

Closed
vovanz opened this issue Jun 21, 2016 · 3 comments
Closed

Add file watcher #99

vovanz opened this issue Jun 21, 2016 · 3 comments

Comments

@vovanz
Copy link

vovanz commented Jun 21, 2016

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.

@evhub evhub added the feature label Jun 21, 2016
@evhub
Copy link
Owner

evhub commented Jun 21, 2016

Very good idea. I'll definitely try to get that in the next version.

@Boscillator
Copy link
Contributor

I'm working on this.

@evhub
Copy link
Owner

evhub commented Jun 25, 2016

In develop.

@evhub evhub closed this as completed Jun 25, 2016
@evhub evhub added the resolved label Oct 11, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants