Skip to content

Commit

Permalink
Use packaged Flask-XStatic
Browse files Browse the repository at this point in the history
Closes #76
  • Loading branch information
emillon committed Jan 30, 2015
1 parent fe03f07 commit 9c60976
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 41 deletions.
29 changes: 0 additions & 29 deletions app/ext_xstatic.py

This file was deleted.

2 changes: 1 addition & 1 deletion app/factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
from flask.ext.login import current_user
from flask.ext.migrate import Migrate
from flask.ext.uploads import configure_uploads
from flask.ext.xstatic import FlaskXStatic

import models
from annotation import annotation
Expand All @@ -19,7 +20,6 @@
from auth import lm
from comment import comment
from document import document
from ext_xstatic import FlaskXStatic
from key import get_secret_key
from uploads import documents
from vendor.slack_log_handler import SlackLogHandler
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Flask-SQLAlchemy==2.0
Flask-Testing==0.4.2
Flask-Uploads==0.1.3
Flask-WTF==0.10.3
Flask-XStatic==0.0.1
koremutake==1.0.5
nose==1.3.4
psycopg2==2.5.4
Expand Down
11 changes: 0 additions & 11 deletions tests/test_xstatic.py

This file was deleted.

0 comments on commit 9c60976

Please sign in to comment.