diff --git a/config/application.rb.SAMPLE b/config/application.rb.SAMPLE --- a/config/application.rb.SAMPLE +++ b/config/application.rb.SAMPLE @@ -58,5 +58,7 @@ # Version of your assets, change this if you want to expire all your assets config.assets.version = '1.0' + + config.assets.precompile += ['announcement_refresh.js','effects.js','site_update.js','graders.css','problems.css'] end end