Ruby on Rails Thursday, June 28, 2012

hi everybody,
i'm working on an app based on rails 3.2.6.
for a particular reason i have to install all the gems in a local folder
inside the app (vendor/gems/folder_name)
i've install compass_twitter_bootstrap successfully but when i try to
import the stylesheet (@import 'compass_twitter_bootstrap') i receive
this error:
File to import not found or unreadable: compass_twitter_bootstrap.
it seems a path issue. i've tried to add the folder into the
config.assets.paths but nothing seems to work.
any tips?

--
Posted via http://www.ruby-forum.com/.

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en-US.

No comments:

Post a Comment