Skip to content

Commit ac77a08

Browse files
committed
first try of bootstrap3
1 parent c24b8df commit ac77a08

14 files changed

+6026
-6578
lines changed

js/bootstrap/__init__.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@
55

66
bootstrap_css = Resource(library, 'css/bootstrap.css',
77
minified='css/bootstrap.min.css')
8-
bootstrap_responsive_css = Resource(library, 'css/bootstrap-responsive.css',
9-
minified='css/bootstrap-responsive.min.css',
10-
depends=[bootstrap_css, ],
11-
dont_bundle=True)
128
bootstrap_js = Resource(library, 'js/bootstrap.js',
139
minified='js/bootstrap.min.js',
1410
depends=[jquery, ])

0 commit comments

Comments
 (0)