jellybob / activo-rails

Activo is a theme for Web-app-theme, Formtastic and Attrtastic. This is a Rails plugin to make it painfully easy to use.
http://dmfrancisco.github.com/activo/
MIT License
42 stars 8 forks source link

Sprockets::FileNotFound #14

Closed janlimpens closed 13 years ago

janlimpens commented 13 years ago

On the Rails 3_1 branch (did not check the other one) I get a

Started GET "/assets/activo-rails/application.css" for 192.168.0.164 at 2011-06-22 12:15:40 -0300
Error compiling asset activo-rails/application.css:
Sprockets::FileNotFound: couldn't find file './themes/activo/fonts'
  (in /home/jan/.rvm/gems/ruby-1.9.2-p180@rails31/bundler/gems/activo-rails-24c64ee392b0/app/assets/stylesheets/activo-rails/application.css.scss:6)

Sprockets::FileNotFound (couldn't find file './themes/activo/fonts'
  (in /home/jan/.rvm/gems/ruby-1.9.2-p180@rails31/bundler/gems/activo-rails-24c64ee392b0/app/assets/stylesheets/activo-rails/application.css.scss:6)):

killing the rest of the show. I cannot find these files in my gem clone. Something is not right there, I suppose...

jellybob commented 13 years ago

You probably need to run rake activo:upgrade in your checkout, which will pull Activo 2 and the icon set from the appropriate sources.

jellybob commented 13 years ago

@tobsch this is why I think we should include activo in our git repository.

tobsch commented 13 years ago

@jellybob: yep we should check in the files - let's clean up the rake job a bit.

tobsch commented 13 years ago

but the fonts are checked in anyway? they're in app/assets and should be linked correctly by asset_path?

jellybob commented 13 years ago

Yes, feel free to ignore me. As I received that last email I realised that the actual assets we use aren't loaded from the activo directory anyway.

Jon Wood Blank Pad Development

On Friday, 24 June 2011 at 17:04, tobsch wrote:

but the fonts are checked in anyway? they're in app/assets and should be linked correctly by asset_path?

Reply to this email directly or view it on GitHub: https://github.com/jellybob/activo-rails/issues/14#issuecomment-1433326

janlimpens commented 13 years ago

Using the rake job killed all my contents in the /app/assets directory. You might want to look into this ;)

jellybob commented 13 years ago

Sorry about that, the rake job should only be run in your checked out copy of the activo-rails repository - this is something that we'll have sorted out before the final release!

On 28 June 2011 13:07, janlimpens reply@reply.github.com wrote:

Using the rake job killed all my contents in the /app/assets directory. You might want to look into this ;)

Reply to this email directly or view it on GitHub: https://github.com/jellybob/activo-rails/issues/14#issuecomment-1454983

Jon Wood Blank Pad Development

07827 888143