Files @ a385bbbae672
Branch filter:

Location: kallithea/MANIFEST.in

Mads Kiilerich
less: run lessc with --relative-urls so relative paths are rewritten

25e079891ff5 broke select2 - it did for example no longer display the search
symbol in the input field. The css had a relative path to 'select2.png' which
no longer was correct when the literal reference moved to style.css .

Bootstrap had the same issue with '../fonts/glyphicons-halflings-regular.*' ...
but we do not rely much on that.

As a quick fix, just adjust the relative reference and keep pointing at the
original location.

A next step might be to copy files around in a cross platform compliant way,
reliably at the right point in the development/build/install process.
include           .coveragerc
include           Apache-License-2.0.txt
include           CONTRIBUTORS
include           COPYING
include           Jenkinsfile
include           LICENSE-MERGELY.html
include           LICENSE.md
include           MIT-Permissive-License.txt
include           README.rst
include           dev_requirements.txt
include           development.ini
include           pytest.ini
include           requirements.txt
include           tox.ini
recursive-include docs *
recursive-include init.d *
recursive-include kallithea/alembic *
include           kallithea/bin/ldap_sync.conf
include           kallithea/lib/paster_commands/template.ini.mako
recursive-include kallithea/i18n *
recursive-include kallithea/public *
prune             kallithea/public/less/node_modules
recursive-include kallithea/public/less/node_modules/bootstrap *
recursive-include kallithea/templates *
recursive-include kallithea/tests/fixtures *
recursive-include kallithea/tests/scripts *
include           kallithea/tests/models/test_dump_html_mails.ref.html
include           kallithea/tests/performance/test_vcs.py
include           kallithea/tests/vcs/aconfig
recursive-include scripts *