reyesyang / jquery-uploadify-rails

Package jQuery Uploadify plugin for Rails asset pipelien
MIT License
0 stars 0 forks source link

*= require jquery.uploadify returns Sprockets::FileNotFound #1

Open redglory opened 9 years ago

redglory commented 9 years ago

I'm getting this strange error when including jquery.uploadify on my manifest:

Sprockets::FileNotFound - couldn't find file 'jquery.uploadify' with type 'text/css'
reyesyang commented 9 years ago

Hi, @redglory, I try it on my new project with Rails4.2.4 and works well. What's your Rails version and can you show me your manifest configuration?

redglory commented 9 years ago

Hey, I'm running rails 4.2.2 and I've added you gem as a dependency to one of spree extension. It might have something to do with sprockets and cache... I'll try to find out. Thanks

redglory commented 9 years ago

I need to declare it on my app gem file. If I use it as a dependency on my spree extension it doesn't work?! weird...

reyesyang commented 9 years ago

@redglory Sorry, I have no experience to used it as a gem dependency now. I will try to investigate later.