view MANIFEST.in @ 4824:11422edf4bea

repos: fix redirect after repo creation (and user/group add focus) (Issue #98) ec39e73be935 introduced a regression in the cases where templates contained (javascript) snippets outside defined areas. Before, they were included anyway. After, they were not. Fixing by moving the chunks I could find inside the main def.
author Mads Kiilerich <madski@unity3d.com>
date Wed, 18 Feb 2015 23:48:47 +0100
parents 48f21c3cfcdf
children ff08d3cf9aef
line wrap: on
line source

include kallithea/config/deployment.ini_tmpl
include kallithea/lib/dbmigrate/migrate.cfg

include README.rst
recursive-include kallithea/i18n *

#docs
recursive-include docs *

#init.d
recursive-include init.d *

#images
recursive-include kallithea/public/css *
recursive-include kallithea/public/images *
#js
recursive-include kallithea/public/js *
#codemirror
recursive-include kallithea/public/codemirror *
#fontello
recursive-include kallithea/public/fontello *
#templates
recursive-include kallithea/templates *