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:
- application
- base:
- style
- edit_form:
- ui.calendar
- wymeditor/screen