There's assets:precompile:nondigest rake task - it puts all assets into public/assets dir without digests, so you can refer to them directly, and the links won't broke with later changes.
On Oct 26, 11:03 am, Chris Berkhout <[email protected]> wrote: > To clarify, ideally I'd like to: > 1) use no helpers (so that I don't have to modify the auto-generated > jquery-ui stylesheet) > 2) use the assets pipeline (so that the CSS goes into the single > application.css, and gets minified automatically) > > Cheers, > Chris > -- You received this message because you are subscribed to the Google Groups "Ruby or Rails Oceania" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rails-oceania?hl=en.
