<html><head><meta http-equiv="Content-Type" content="text/html charset=iso-8859-1"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><blockquote type="cite"><div dir="ltr"><div style="">2. create a custom assets:precompile task that does some bullshit magic to make the assets gems available.  I worry about this because "bullshit magic".</div></div></blockquote><br></div><div>I haven't really looked into this change, but I think I'd go with this option. The "bullshit magic" is probably just:</div><div><br></div><div><font face="Menlo">    Rake::Task['environment'].invoke</font></div><div><font face="Menlo">    Bundler.require(:assets)</font></div><div><font face="Menlo">    Rake::Task['assets:precompile'].invoke</font></div><div>    </div><div>That, if it works, doesn't seem like too much magic.</div><br></body></html>