Skip to content
This repository was archived by the owner on Dec 26, 2019. It is now read-only.

Commit dd86a62

Browse files
committed
Migrate from Brocfile.js to ember-cli-build.js
More info: http://git.io/v3wow
1 parent e27d581 commit dd86a62

File tree

2 files changed

+6
-34
lines changed

2 files changed

+6
-34
lines changed

Brocfile.js

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

ember-cli-build.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ module.exports = function(defaults) {
66
// Add options here
77
});
88

9-
/*
10-
This build file specifes the options for the dummy test app of this
11-
addon, located in `/tests/dummy`
12-
This build file does *not* influence how the addon or the app using it
13-
behave. You most likely want to be modifying `./index.js` or app's build file
14-
*/
9+
app.import(app.bowerDirectory + '/bootstrap/dist/css/bootstrap.css');
10+
app.import(app.bowerDirectory + '/bootstrap/dist/css/bootstrap.css.map', {
11+
destDir: 'assets'
12+
});
13+
14+
app.import(app.bowerDirectory + '/bootstrap-datepicker/dist/locales/bootstrap-datepicker.de.min.js');
1515

1616
return app.toTree();
1717
};

0 commit comments

Comments
 (0)