Skip to content

Commit

Permalink
Renamed main file to tgm-bootstrap.less and install Twitter Bootstrap…
Browse files Browse the repository at this point in the history
… via Bower
  • Loading branch information
Andrew Cobby committed Nov 12, 2012
1 parent 8c66228 commit a5f1e29
Show file tree
Hide file tree
Showing 18 changed files with 7,527 additions and 939 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@ nbproject
.idea
node_modules
dist
components/
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
BOOTSTRAP = ./docs/assets/css/bootstrap.css
BOOTSTRAP_LESS = ./less/bootstrap.less
BOOTSTRAP = ./docs/assets/css/tgm-bootstrap.css
BOOTSTRAP_LESS = ./less/tgm-bootstrap.less
BOOTSTRAP_RESPONSIVE = ./docs/assets/css/bootstrap-responsive.css
BOOTSTRAP_RESPONSIVE_LESS = ./less/responsive.less
BOOTSTRAP_RESPONSIVE_LESS = ./components/bootstrap/less/responsive.less
DATE=$(shell date +%I:%M%p)
CHECK=\033[32m✔\033[39m
HR=\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#
Expand Down
7 changes: 7 additions & 0 deletions component.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "tgm-bootstrap",
"version": "0.0.2",
"dependencies": {
"bootstrap": "2.2.1"
}
}
Loading

0 comments on commit a5f1e29

Please sign in to comment.