Precompiling a .scss manifest file using Rails 3.1's asset pipeline
问题 The release version of Rails 3.1 is having some weird issues with precompiling a sass manifest file with the extension scss . The weird thing is that the default manifest file application.scss compiles fine and I see it under public/assets/ . However when I try to compile my custom manifest files, nothing is created. I have enabled the precompile option in the production config. config.assets.precompile += %w( user.scss admin.scss ) I am running the precompile rake task correctly as far a I