#1463: Compile kid templates on installation
-------------------------+--------------------------------------------------
Reporter: chrisz | Owner: anonymous
Type: enhancement | Status: new
Priority: normal | Milestone: 1.5
Component: TurboGears | Version: 1.0.3
Severity: minor | Resolution:
Keywords: kid install |
-------------------------+--------------------------------------------------
Comment (by Chris Arndt):
That should be easy to fix by changing the following line in the
`MANIFEST.in` file
{{{
recursive-include tg11perftest/templates *.kid
}}}
to
{{{
recursive-include tg11perftest/templates *.kid *.pyc
}}}
Or am I wrong?
--
Ticket URL: <http://trac.turbogears.org/ticket/1463#comment:5>
TurboGears <http://www.turbogears.org/>
TurboGears front-to-back web development
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "TurboGears Tickets" group.
This group is read-only. No posting by normal members allowed.
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/turbogears-tickets?hl=en?hl=en
-~----------~----~----~----~------~----~------~--~---