siyelo / fuselage

A full-featured rails 2.3+ template, giving you a flying start to your next project. Includes: authlogic, paperclip, make_resourceful, cucumber, thinking-sphinx + many more.
www.siyelo.com/community/
MIT License
6 stars 4 forks source link

Stylesheets are missing when deployed on Heroku #6

Open fortuity opened 14 years ago

fortuity commented 14 years ago

When I deploy the app on Heroku, stylesheets are not applied. "git status" shows these compiled css files as untracked:

   public/stylesheets/compiled/ie.css
   public/stylesheets/compiled/print.css
   public/stylesheets/compiled/screen.css

Looks to me like they are not checked into git when the template runs.