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

Implement dev server auto-reload #18

Open
audreyfeldroy opened this issue Jul 20, 2013 · 1 comment
Open

Implement dev server auto-reload #18

audreyfeldroy opened this issue Jul 20, 2013 · 1 comment

Comments

@audreyfeldroy
Copy link
Owner

When you make changes to a Complexity site, the local Complexity development server should auto-reload the changed files.

@chimeno
Copy link

chimeno commented Jun 8, 2014

I've ben thinking a while about coding this enhancement, three options come to my mind:

  1. Code a built-in module to watch change on directories: something similar like django does
  2. Using an external program like http://gruntjs.com/ or http://gulpjs.com/
  3. Use a python library (https://github.com/gorakhargosh/watchdog) to watch files and trigger actions based on events. - Or se a shell command (watchmedo) to achieve the goal.

¿What do you think is the best approach?

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

2 participants