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

Commit c1bb5d7

Browse files
committed
Keep consistency in paths
1 parent f4236b2 commit c1bb5d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Brocfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ app.import(app.bowerDirectory + '/bootstrap/dist/css/bootstrap.css.map', {
2323
destDir: 'assets'
2424
});
2525

26-
app.import(app.bowerDirectory + '/bootstrap-datepicker/js/locales/bootstrap-datepicker.de.js');
26+
app.import(app.bowerDirectory + '/bootstrap-datepicker/dist/locales/bootstrap-datepicker.de.min.js');
2727

2828
module.exports = app.toTree();

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module.exports = {
77
included: function(app) {
88
this._super.included(app);
99

10-
app.import(app.bowerDirectory + '/bootstrap-datepicker/js/bootstrap-datepicker.js');
10+
app.import(app.bowerDirectory + '/bootstrap-datepicker/dist/js/bootstrap-datepicker.js');
1111
app.import(app.bowerDirectory + '/bootstrap-datepicker/dist/css/bootstrap-datepicker.css');
1212
}
1313
};

0 commit comments

Comments
 (0)