The css file "twitter / bootstrap.css" will most likely not exist in production, since the stars will compile it into application.css - this will not be the case in development, however, if the stars support separate files by default.
Are you linking to twitter / bootstrap.css specifically in your code? If so, changing the link to application.css for production is likely to solve the problem.
source share