-
Notifications
You must be signed in to change notification settings - Fork 16
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
reload does not work, at least with derived filenames #28
Comments
Were you using Kajiki directly or through TurboGears? (Asking because turbogears provides a custom FileLoader for kajiki) |
Asking because the quickstarted app of TG leverages mixing: dotted, standard filenames, dotted with forced extension and seems to properly work: On first load:
On next load:
After changing index:
After changing master:
|
I think I understood what you meant. |
thanks @amol for your consideration. |
one more source of error could be my usage of the templates search path from turbogears. |
hello friends,
i'm using kajiki templates as mixed direct and dotted filenames.
the reload functionality had to be fixed, so i united it
under the smaller common denominator: the resolved filename.
please review my included patch:
alex
kajiki.diff.txt
The text was updated successfully, but these errors were encountered: