Skip to content
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Commit da80e20

Browse files
committed
Add bower.json, clean up script/bootstrap
1 parent 242b524 commit da80e20

File tree

2 files changed

+24
-3
lines changed

2 files changed

+24
-3
lines changed

bower.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "task-lists",
3+
"version": "0.1.1",
4+
"dependencies": {
5+
"jquery": ">= 1.9.1",
6+
"crema": ">= 0.10.6",
7+
"qunit": ">= 1.0"
8+
},
9+
"ignore": [
10+
"lib/",
11+
"script/",
12+
"test/",
13+
"vendor/",
14+
".gitignore",
15+
"Gemfile",
16+
"Rakefile",
17+
"config.ru",
18+
"task-lists.gemspec",
19+
"**/.*",
20+
"node_modules",
21+
"bower_components"
22+
]
23+
}

script/bootstrap

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,4 @@ if ! npm list bower 2>&1 | grep 0.8.5 >/dev/null; then
1010
npm install git://github.com/twitter/bower.git
1111
fi
1212

13-
bower install --no-color jquery
14-
bower install --no-color https://hubot:[email protected]/github/crema.git
15-
bower install --no-color rails-behaviors
13+
bower install --no-color

0 commit comments

Comments
 (0)