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 the watchers #1

Closed
bkad opened this issue Jun 12, 2013 · 2 comments
Closed

watch the watchers #1

bkad opened this issue Jun 12, 2013 · 2 comments

Comments

@bkad
Copy link

bkad commented Jun 12, 2013

I'm having trouble running multiple watchers without regexs using the config file. The following config file thrashes, constantly restarting the processes:

-s -- python -m SimpleHTTPServer
-s -- coffee -cw js

My workaround has been to add dummy regexes like so:

-sr "asdfjkle" -- python -m SimpleHTTPServer
-sr "asdfjkle" -- coffee -cw js
@bkad
Copy link
Author

bkad commented Jun 12, 2013

jk i just figured it out:

-- python -m SimpleHTTPServer
-- coffee -cw js

@bkad bkad closed this as completed Jun 12, 2013
@cespare
Copy link
Owner

cespare commented Jun 12, 2013

@bkad you probably don't want to run coffeescript with -w under reflex, right?

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