Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
assets + requirements
  • Loading branch information
vied12 committed Oct 12, 2014
1 parent 3727cef commit cd700a9
Show file tree
Hide file tree
Showing 58 changed files with 9,374 additions and 8 deletions.
4 changes: 2 additions & 2 deletions assets.yaml
Expand Up @@ -3,7 +3,7 @@ css_all:
output: gen/style.css
filters: cssmin
contents:
- "../static/vendors/loader.css"
- "static/vendors/loader.css"
- "http://fonts.googleapis.com/css?family=Share"
# - contents:
# - "../assets/less/base.less"
Expand All @@ -12,7 +12,7 @@ css_all:
# output: gen/less.css
- contents:
- "../assets/scss/base.scss"
filters: scss
filters: libsass
depends: "../assets/**/*.scss"
output: gen/sass.css
debug : false
Expand Down
2 changes: 0 additions & 2 deletions assets/ccss/base.ccss

This file was deleted.

10 changes: 6 additions & 4 deletions requirements.txt
@@ -1,17 +1,19 @@
Babel==1.3
cssmin==0.2.0
distribute==0.6.31
Flask-Assets==0.9
Flask-Assets==0.10
Flask-Babel==0.9
Flask==0.10.1
Frozen-Flask==0.11
Jinja2==2.7.2
glue==0.9.4
Jinja2==2.7.3
jsmin==2.0.9
libsass==0.5.1
lxml==3.3.5
PIL==1.1.7
Pillow==2.6.0
pyjade==2.2.0
PyYAML==3.10
requests==2.3.0
webassets==0.9
Werkzeug==0.9.4
Werkzeug==0.9.6
wsgiref==0.1.2
6 changes: 6 additions & 0 deletions sources/webassets/__init__.py
@@ -0,0 +1,6 @@
__version__ = (0, 11, 'dev')


# Make a couple frequently used things available right here.
from .bundle import Bundle
from .env import Environment

0 comments on commit cd700a9

Please sign in to comment.