Top "Precompile" questions

All questions regarding the precompile process should be tagged here

rake assets:precompile RAILS_ENV=production not working as required

I am trying to precompile assets using the command rake assets:precompile RAILS_ENV=production, but I always get the …

ruby-on-rails ruby-on-rails-3 ruby-on-rails-3.2 asset-pipeline precompile
rake assets:precompile throws Sass::SyntaxError: Invalid CSS after "*/"

I hope this isn't a duplicate problem; I've tried other solutions on SO with no effect When pushing my app …

css ruby-on-rails heroku compilation precompile
Verbose Output From rake assets:precompile

I've just started using the asset_sync gem and my assets seem to be being compiled out of order, with …

ruby-on-rails logging heroku precompile
Sass undefined variable on precompilation

I'm upgrading our Rails (3.2.17) app over to sass and I'm running into "undefined variable" errors during asset precompilation. I use @…

ruby-on-rails sass precompile
How do you pre-compile Drools rules?

I want to pre-compile my .drl files to .class files so they do not have to be compiled a run …

drools rules precompile
Why Visual Studio 2010 publish website with source code?

I'm using Visual Studio 2010 with the new website publish dialog. I have a Web Application website. When published, in theory …

visual-studio-2010 web publish precompile
config.assets.precompile not adding vendor/gem assets

I'm having trouble getting vendorized assets to be compiled as root files. I want to have the following assets available …

ruby-on-rails asset-pipeline assets precompile
How might one turn off precompilation in IIS?

I'm trying to avoid having compile errors block the whole ASP site while we are in development. That is, I …

asp.net iis precompile
Excluding files from assets:precompile in rails

I use codekit for writing less which it then converts to css automatically. I don't want rails to convert my …

ruby-on-rails-3 ruby-on-rails-3.2 less asset-pipeline precompile
rake assets:precompile taking extremely long to complete

In my dev sandbox RAILS_ENV=production rake assets:precompile is taking over 4 minutes to complete. Is this normal. On …

performance ruby-on-rails-3.1 asset-pipeline precompile