spree-contrib / spree_blue_theme

Original Spree Blue theme (0.60.x)
BSD 3-Clause "New" or "Revised" License
64 stars 65 forks source link

css stoped working.. #2

Closed bitcoiners closed 13 years ago

bitcoiners commented 13 years ago

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..

runlevel5 commented 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

bitcoiners commented 13 years ago

I am in development, and currently running it on localhost.

runlevel5 commented 13 years ago

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

bitcoiners commented 13 years ago

group :assets do gem 'sass-rails', "~> 3.1.0" gem 'coffee-rails', "~> 3.1.0" gem 'uglifier' end

runlevel5 commented 13 years ago

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

bitcoiners commented 13 years ago

oh.. never mind. I missed the rails g spree:site command in my sandbox. thanks.