documentcloud / jammit

Industrial Strength Asset Packaging for Rails
http://documentcloud.github.com/jammit/
MIT License
1.16k stars 197 forks source link

undefined method `include_style_sheets' #103

Closed antani closed 13 years ago

antani commented 13 years ago

I am rails 3. I keep getting : undefined method `include_style_sheets' error for the stylesheets I have the following call to - <%= include_style_sheets :common, :media => 'screen' %> and my assets.yml looks like : javascripts: js:

stylesheets: common:

When I start rails server, there is no asset generated inside public/assets folder. I had put 'config.gem "jammit"' string inside application.rb. Is there some configuration I am missing ?

antani commented 13 years ago

Something changed (not sure what) but now things look ok