blueprint/screen.css isn’t precompiled

From http://guides.rubyonrails.org/asset_pipeline.html#precompiling-assets

If you have other manifests or individual stylesheets and JavaScript files to include, you can add them to the precompile array

This means that in your config/environments/production.rb, you set

config.assets.precompile += %w( blueprint/screen.css blueprint/print.css )

or a catchall:

config.assets.precompile += %w( *.css *.js )

Leave a Comment

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)