Question

In production environment of my Rails application, I have config.assets.compile = false, and because of this statement, One of my JS plug-in images are not accessible.

If I make config.assets.compile = true then can access those images of JS plugin.

I am wondering if there is a way to make config.assets.compile = true for some specific assets in my Rails app. Or Could someone suggest any other solution for my problem.

BTW I am having problem with highslide js(http://highslide.com/) plugin.

Thanks!

Was it helpful?

Solution

Couldn't resolve this issue by using asset pipeline.

I have to put highslide js images in public folder for making highslide js plugin features work.

Thanks!

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top