Sorry, this might be a dumb question, i've installed Jacket with bower, so i got the folder:
components/jacket/**
I've tried to install the plugin using the following on my config.rb file:
require "components/jacket/";
When i try to compile i get:
LoadError on line 31 of /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems/custom_require.rb: no such file to load -- components/jacket/
Could you provide any help?