soulim / ember-cli-bootstrap-datepicker

Datepicker component for Ember CLI
http://sul.im/ember-cli-bootstrap-datepicker
MIT License
68 stars 57 forks source link

bootstrap-datepicker.css.map not found? #73

Closed IntellectProductions closed 8 years ago

IntellectProductions commented 8 years ago

When I do a brand new install (ember 2.4), I get this in my console:

GET http://localhost:4200/service/assets/bootstrap-datepicker.css.map 404 (Not Found)

Does anybody know why this happens and how I can fix it? Thank you!

IntellectProductions commented 8 years ago

All I had to do was add this line to my ember-cli-build.js file:

app.import(app.bowerDirectory + '/bootstrap-datepicker/less/datepicker.less');