Skip to content

Commit

Permalink
Update to bootstrap 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Apsu committed Feb 20, 2013
1 parent 4b5aeef commit 6d97710
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 24 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ devbuild:
@echo ${HR}
@echo "Building Bootstrap"
@echo ${HR}
cd components/bootstrap; $(MAKE) bootstrap
cd components/bootstrap; npm install; $(MAKE) bootstrap
@echo ${HR}
@echo "Building jQuery"
@echo ${HR}
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.1",
"main": "./ntrapy.js",
"dependencies": {
"bootstrap": "2.2.2",
"bootstrap": "2.3.0",
"jquery": "1.9.1",
"jquery-ui": "1.10.0",
"jquery.validation": "1.11.0",
Expand Down
4 changes: 2 additions & 2 deletions source/css/bootstrap-responsive.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions source/css/bootstrap.min.css

Large diffs are not rendered by default.

Binary file added source/img/glyphicons-halflings-white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added source/img/glyphicons-halflings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 1 addition & 18 deletions source/js/bootstrap.min.js

Large diffs are not rendered by default.

0 comments on commit 6d97710

Please sign in to comment.