So I am using asset packager. It works find in dev, but when I build it, it has an error in the js and doesn''t include a lot of the styles in the files. I am looking a bundle fu, but since I have a few packages, this make not work the way I want it to. I have one main set of files. Then another set for editing some posts or pages. Any ideas? Here''s the asset_packages.yml: --- javascripts: - base: - jquery - corner/jquery.corner - chili/jquery.chili - jquery.form - jquery.dimensions - jquery.compatibility - edit_form: - ui/ui.calendar - jquery.autocomplete - wymeditor/jquery.wymeditor - app: - application stylesheets: - base: - style - edit_form: - ui.calendar - wymeditor/screen --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
wbsmith83-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2007-Oct-30 15:26 UTC
Re: Asset delivery
Anyone have any experience with asset packager or bundle fu or any other option? I''m kinda up against a deadline. On Oct 30, 3:51 am, "wbsmit...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org" <wbsmit...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> So I am using asset packager. It works find in dev, but when I build > it, it has an error in the js and doesn''t include a lot of the styles > in the files. I am looking a bundle fu, but since I have a few > packages, this make not work the way I want it to. I have one main set > of files. Then another set for editing some posts or pages. Any ideas? > > Here''s the asset_packages.yml: > > --- > javascripts: > - base: > - jquery > - corner/jquery.corner > - chili/jquery.chili > - jquery.form > - jquery.dimensions > - jquery.compatibility > - edit_form: > - ui/ui.calendar > - jquery.autocomplete > - wymeditor/jquery.wymeditor > - app: > - application > stylesheets: > - base: > - style > - edit_form: > - ui.calendar > - wymeditor/screen--~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---