brandly / angular-youtube-embed

:tv: Embed a YouTube player with a simple directive

Home Page:http://brandly.github.io/angular-youtube-embed/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

(couldn't find file 'ng-youtube-embed' with type 'application/javascript'):

alucardu opened this issue · comments

I've install the package through bower install ng-youtube-embed --save and then I need to add it to my project. So I add //= require ng-youtube-embed to my application.js file. But then when I open the bowser I get an error,

Completed 500 Internal Server Error in 123ms (ActiveRecord: 0.1ms)

ActionView::Template::Error (couldn't find file 'ng-youtube-embed' with type 'application/javascript'):
    42: 
    43: 
    44:       = stylesheet_link_tag    'application', media: 'all'
    45:       = javascript_include_tag 'application'
    46:       = csrf_meta_tags
  app/assets/javascripts/application.js:12
  app/views/layouts/application.html.haml:45:in `_app_views_layouts_application_html_haml__194702097893876376_70014477921800'
  app/controllers/application_controller.rb:6:in `angular'

Hm, by placing the angular-youtube-embed.js file in my vendor/javascripts and then do //= require angular-youtube-embed.js in the appication.js does load the files correctly.

this project's bower package is angular-youtube-mb! you might be looking for another for another project, or maybe you accidentally installed the wrong one

hope you get it working!

Wauw! I'm sorry I totally posted my issue in the wrong project! Althgough you might want clarify that the bower install is angular-youtube-mb. Couldn't find that anyway in the read.me

i recently removed it, largely due to this announcement. since then, they announced this, so i should probably put it back