mattlewis92 / angular-bootstrap-calendar

A port of the bootstrap calendar widget to AngularJS (no jQuery required!)
https://mattlewis92.github.io/angular-bootstrap-calendar/
MIT License
798 stars 367 forks source link

interact js not working on deployment #607

Closed mark4485 closed 7 years ago

mark4485 commented 7 years ago

Hello, Im using your calendar as a scheduler, the problem is interact js was working perfectly locally, but it stopped working on server, I installed it with bower. Do you have any idea why?

burtek commented 7 years ago

Check if interactjs on server got installed to the same directory as locally (relatively to the project root). Also check in browser console for any errors

mark4485 commented 7 years ago

@burtek Im using gulp so I can't check the directory

burtek commented 7 years ago

Are there any errors shown by browser?

Since it's not calendar-specific question, why don't you ask on stackoverflow.com? There will be more people able to help you...

mark4485 commented 7 years ago

DevTools failed to parse SourceMap: https://dev-dot-portal-dot-piblo-pro.appspot.com/maps/scripts/vendor-e0086e94e6.js.map DevTools failed to parse SourceMap: https://dev-dot-portal-dot-piblo-pro.appspot.com/maps/scripts/app-f0d0061726.js.map vendor-e0086e94e6.js:46 2462d61cd06cda6f27667cabb39e18faf6242918 vendor-e0086e94e6.js:46 Bootstrap calendar: Event is missing the startsAt field [] this is what i get

burtek commented 7 years ago

Are you sure interactJS gets loaded? It looks to me as if was a problem with a framework you're using...

mattlewis92 commented 7 years ago

Closing due to lack of response / seems like an issue with build tooling rather than this library,