Closed bitcoiners closed 13 years ago
Are you production or development? And on heroku?
On Mon, Sep 5, 2011 at 11:22 AM, slavix < reply@reply.github.com>wrote:
Hello, Something happened in the last few days.. between Rails 3.1 release, Spree git master updates,.. but css on spree_blue_theme stopped working.. my gemfile gem 'rails', "~> 3.1.0" .. gem 'spree', :git => 'git://github.com/spree/spree.git' gem 'spree_blue_theme', :git => 'git:// github.com/spree/spree_blue_theme.git'
and I get a home page with no styling.. Seems screen.css does not get included in all.css
p. s. It used to work..
Reply to this email directly or view it on GitHub: https://github.com/spree/spree_blue_theme/issues/2
I am in development, and currently running it on localhost.
Do you have 'sass-rails' in your Gemfile?
On Mon, Sep 5, 2011 at 11:29 AM, slavix < reply@reply.github.com>wrote:
I am in development, and currently running it on localhost.
Reply to this email directly or view it on GitHub: https://github.com/spree/spree_blue_theme/issues/2#issuecomment-1994856
group :assets do gem 'sass-rails', "~> 3.1.0" gem 'coffee-rails', "~> 3.1.0" gem 'uglifier' end
That's very peculiar. Can you tell me how you generate your sandbox? Mine is working fine.
On Mon, Sep 5, 2011 at 11:51 AM, slavix < reply@reply.github.com>wrote:
group :assets do gem 'sass-rails', "~> 3.1.0" gem 'coffee-rails', "~> 3.1.0" gem 'uglifier' end
Reply to this email directly or view it on GitHub: https://github.com/spree/spree_blue_theme/issues/2#issuecomment-1994954
oh.. never mind. I missed the rails g spree:site command in my sandbox. thanks.
Hello, Something happened in the last few days.. between Rails 3.1 release, Spree git master updates,.. but css on spree_blue_theme stopped working.. my gemfile gem 'rails', "~> 3.1.0" .. gem 'spree', :git => 'git://github.com/spree/spree.git' gem 'spree_blue_theme', :git => 'git://github.com/spree/spree_blue_theme.git'
and I get a home page with no styling.. Seems screen.css does not get included in all.css
p. s. It used to work..