Closed IntellectProductions closed 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!
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');
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!