Add themes as a submodule and handle both builtin themes and local themes.

This commit is contained in:
Florian Mounier
2015-10-14 13:19:52 +02:00
parent 2d554483e1
commit 7b37716177
7 changed files with 87 additions and 37 deletions

View File

@@ -29,6 +29,8 @@ options = dict(
package_data={
'butterfly': [
'sass/*.sass',
'themes/*',
'themes/**/*',
'static/fonts/*',
'static/images/favicon.png',
'static/main.css',