Skip to content

Commit a5f1e29

Browse files
author
Andrew Cobby
committed
Renamed main file to tgm-bootstrap.less and install Twitter Bootstrap via Bower
1 parent 8c66228 commit a5f1e29

18 files changed

+7527
-939
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,4 @@ nbproject
3535
.idea
3636
node_modules
3737
dist
38+
components/

.gitmodules

Lines changed: 0 additions & 3 deletions
This file was deleted.

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
BOOTSTRAP = ./docs/assets/css/bootstrap.css
2-
BOOTSTRAP_LESS = ./less/bootstrap.less
1+
BOOTSTRAP = ./docs/assets/css/tgm-bootstrap.css
2+
BOOTSTRAP_LESS = ./less/tgm-bootstrap.less
33
BOOTSTRAP_RESPONSIVE = ./docs/assets/css/bootstrap-responsive.css
4-
BOOTSTRAP_RESPONSIVE_LESS = ./less/responsive.less
4+
BOOTSTRAP_RESPONSIVE_LESS = ./components/bootstrap/less/responsive.less
55
DATE=$(shell date +%I:%M%p)
66
CHECK=\033[32m✔\033[39m
77
HR=\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#

component.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"name": "tgm-bootstrap",
3+
"version": "0.0.2",
4+
"dependencies": {
5+
"bootstrap": "2.2.1"
6+
}
7+
}

0 commit comments

Comments
 (0)