Browse Source

Combine files when the resource is complete (after templating).

Templating engine uses a cache that will keep an old version of the
combined files because the main file was not modified.
main
Vincent Bernat 13 years ago
parent
commit
710d154764
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      hyde/ext/plugins/combine.py

+ 1
- 1
hyde/ext/plugins/combine.py View File

@@ -82,7 +82,7 @@ class CombinePlugin(Plugin):
"Resource [%s] removed because combined" % r)
r.is_processable = False

def begin_text_resource(self, resource, text):
def text_resource_complete(self, resource, text):
"""
When generating a resource, add combined file if needed.
"""


Loading…
Cancel
Save