Gemfile:
# Component requirements
gem 'bcrypt-ruby', :require => "bcrypt"
gem 'sass'
gem 'haml'
gem 'coffee-script'
gem 'activerecord', :require => "active_record"
gem 'sqlite3'
# Test requirements
# Padrino Stable Gem
gem 'padrino', '0.10.7'
application.haml:
= stylesheet_link_tag 'reset'
= stylesheet_link_tag 'application'
stylesheet are located public/stylesheets/application.scss
Padrino start...
When I refresh page terminal write:
DEBUG - GET (0.0009ms) /stylesheets/application.css?1340975740 - 404 Not Found
[2012-06-29 17:15:40] WARN Could not determine content-length of response body. Set content-length of the response or set Response#chunked = true
help me please.