Skip to content

Commit f80e606

Browse files
committed
Add boostrap dependency
1 parent 3f8de5c commit f80e606

File tree

2 files changed

+3
-14
lines changed

2 files changed

+3
-14
lines changed

Brocfile.js

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,6 @@
33
var EmberApp = require('ember-cli/lib/broccoli/ember-app');
44

55
var app = new EmberApp();
6-
7-
// Use `app.import` to add additional libraries to the generated
8-
// output files.
9-
//
10-
// If you need to use different assets in different
11-
// environments, specify an object as the first parameter. That
12-
// object's keys should be the environment name and the values
13-
// should be the asset to use in that environment.
14-
//
15-
// If the library that you are including contains AMD or ES6
16-
// modules that you would like to import into your application
17-
// please specify an object with the list of modules as keys
18-
// along with the exports of each module as its value.
6+
app.import('bower_components/bootstrap/dist/css/bootstrap.min.css');
197

208
module.exports = app.toTree();

bower.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"jquery": "^1.11.1",
1313
"loader.js": "ember-cli/loader.js#3.2.0",
1414
"qunit": "~1.17.1",
15-
"firebase": "^2.1.0"
15+
"firebase": "^2.1.0",
16+
"bootstrap": "~3.3.4"
1617
}
1718
}

0 commit comments

Comments
 (0)