We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When developing, it is necessary to manually run update.py whenever changes are made. This is dumb.
update.py
Implement a solution to watch files in the theme directory, and rebuild the site whenever they change. This will require tweaking entrypoint.sh to run http-server in the background and then to use [inotify or similar]( - https://superuser.com/questions/181517/how-to-execute-a-command-whenever-a-file-changes ) to watch files.
entrypoint.sh
The text was updated successfully, but these errors were encountered:
3f0a3d1
No branches or pull requests
Is your feature request related to a problem? Please describe.
When developing, it is necessary to manually run
update.py
whenever changes are made. This is dumb.Describe the solution you'd like
Implement a solution to watch files in the theme directory, and rebuild the site whenever they change. This will require tweaking
entrypoint.sh
to run http-server in the background and then to use [inotify or similar]( - https://superuser.com/questions/181517/how-to-execute-a-command-whenever-a-file-changes ) to watch files.The text was updated successfully, but these errors were encountered: