Support custom stylesheets: /etc/butterfly/style.[s]css and ~/.butterfly/style.[s]css with scss import support. References #20

This commit is contained in:
Florian Mounier
2014-05-05 12:03:21 +02:00
parent 34c6718d8c
commit bbd216fe3f
26 changed files with 547 additions and 193 deletions

View File

@@ -27,10 +27,11 @@ options = dict(
install_requires=["tornado>=3.2", "pyOpenSSL"],
package_data={
'butterfly': [
'scss/*.scss',
'static/fonts/*',
'static/images/favicon.png',
'static/stylesheets/main.css',
'static/javascripts/main.js',
'static/main.css',
'static/main.min.js',
'templates/index.html'
]
},