ChrisBoesch / angular-education

Education application based on Angularjs
4 stars 8 forks source link

Problems refactorings #56

Closed aprooks closed 10 years ago

aprooks commented 10 years ago

Controllers and module extracted to scripts/problems/

aprooks commented 10 years ago

I checked version. It set to "videojs-youtube": "655203a97fe0efdd66963c9fa16ec007a8f4aad5" Library maintainer doesn't update tags, so we have to use commit-id.

dinoboff commented 10 years ago

bower.json is set to "videojs-youtube": "655203a97fe0efdd66963c9fa16ec007a8f4aad5",.

But can you check the right version is actually installed. Try bower list:

...
├── video.js#4.3.0
└─┬ videojs-youtube#655203a97f
  └── video.js#4.3.0

It should show something like that.

aprooks commented 10 years ago

It is the same: http://prntscr.com/38yt11

dinoboff commented 10 years ago

I will clear my bower cache delete bower_component and try again.

dinoboff commented 10 years ago

It's still rebuild assets.

Could be line ending issues. We will have to live with the extra lines in the diff for now.