File tree Expand file tree Collapse file tree 2 files changed +3
-14
lines changed Expand file tree Collapse file tree 2 files changed +3
-14
lines changed Original file line number Diff line number Diff line change 3
3
var EmberApp = require ( 'ember-cli/lib/broccoli/ember-app' ) ;
4
4
5
5
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' ) ;
19
7
20
8
module . exports = app . toTree ( ) ;
Original file line number Diff line number Diff line change 12
12
"jquery" : " ^1.11.1" ,
13
13
"loader.js" : " ember-cli/loader.js#3.2.0" ,
14
14
"qunit" : " ~1.17.1" ,
15
- "firebase" : " ^2.1.0"
15
+ "firebase" : " ^2.1.0" ,
16
+ "bootstrap" : " ~3.3.4"
16
17
}
17
18
}
You can’t perform that action at this time.
0 commit comments