view MANIFEST.in @ 394:dbe7dde07e85

runserver: Fix wiki updater not being set properly. The wiki updater was set but subsequently overwritten in the `runserver` command along with all the wiki factory params. Now we store them on the settings objects for the app to pick up on creation.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 14 Oct 2015 22:58:00 -0700
parents 5c6cca4b21be
children 10a82dec3fe4
line wrap: on
line source

recursive-include wikked/resources *
include wikked/templates/*.html
include wikked/static/css/wikked.min.css
include wikked/static/fonts/*
include wikked/static/img/*.png
include wikked/static/js/require.js
include wikked/static/js/wikked.*.js