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

Commit d3ab344

Browse files
committed
Update index.js
invalid path to css
1 parent 9f87019 commit d3ab344

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

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

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

0 commit comments

Comments
 (0)