Files @ 06604b360164
Branch filter:

Location: kallithea/MANIFEST.in

Mads Kiilerich
jquery: upgrade to 1.11.1

Downloaded with

$ wget -N http://code.jquery.com/jquery-1.11.1.min.js

The source is available at https://kallithea-scm.org/repos/mirror/jquery/ .

We stay with 1.x to remain compatible with IE8.

We no longer include the map file - it is no longer referenced from the js.
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 *
#templates
recursive-include kallithea/templates *