Check out the guide on pre-compiling: http://guides.rubyonrails.org/asset_pipeline.html#precompiling-assets
The default matcher for compiling files includes application.js, application.css and all files that do not end in js or css If you have other manifests or individual stylesheets and JavaScript files to include, you can add them to the precompile array: config.assets.precompile += ['admin.js', 'admin.css', 'swfObject.js'] -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/DoI6n1F06ZwJ. 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/rubyonrails-talk?hl=en.

