# HG changeset patch # User Nattee Niparnan # Date 2014-09-01 16:59:57 # Node ID 442bbd0a72d6a397d13863777c92877bac7bbbd0 # Parent 0b995339673b5a4873179d6e121eb60017b304d4 add new.js to precompile list diff --git a/config/application.rb.SAMPLE b/config/application.rb.SAMPLE --- a/config/application.rb.SAMPLE +++ b/config/application.rb.SAMPLE @@ -59,6 +59,6 @@ # 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'] + config.assets.precompile += ['announcement_refresh.js','effects.js','site_update.js','graders.css','problems.css','new.js'] end end