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

Commit

Permalink
Merge pull request #16 from tszpinda/master
Browse files Browse the repository at this point in the history
Update `bootstrap-datepicker` and fix CSS file import

Thank you @ssured, @tszpinda, and @btecu!
  • Loading branch information
soulim committed Mar 11, 2015
2 parents 9f87019 + e7b7f19 commit 97f8422
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"qunit": "~1.15.0"
},
"devDependencies": {
"bootstrap-datepicker": "~1.3.1"
"bootstrap-datepicker": "~1.4.0"
}
}
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ module.exports = {
this._super.included(app);

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

0 comments on commit 97f8422

Please sign in to comment.