File tree Expand file tree Collapse file tree 2 files changed +6
-34
lines changed Expand file tree Collapse file tree 2 files changed +6
-34
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff 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} ;
You can’t perform that action at this time.
0 commit comments