Show More
@@ -8,6 +8,11 b" static_dir = 'static'" | |||||
8 | components_dir = os.path.join(static_dir,'components') |
|
8 | components_dir = os.path.join(static_dir,'components') | |
9 |
|
9 | |||
10 |
|
10 | |||
|
11 | def components(): | |||
|
12 | """install components with bower""" | |||
|
13 | with lcd(static_dir): | |||
|
14 | local('bower install') | |||
|
15 | ||||
11 | def css(minify=True): |
|
16 | def css(minify=True): | |
12 | """generate the css from less files""" |
|
17 | """generate the css from less files""" | |
13 | if minify not in ['True', 'False', True, False]: |
|
18 | if minify not in ['True', 'False', True, False]: |
General Comments 0
You need to be logged in to leave comments.
Login now