# HG changeset patch # User Nattee Niparnan # Date 2014-09-13 09:48:46 # Node ID 029c8b6ac635e514a4f02a4da60b89e66ecadfff # Parent 226564995e20a1bc0212d004d9f4694666d3e4f4 application.rb.SAMPLE MUST contain new.js what I said in @8d1e39d548bf is wrong diff --git a/config/application.rb.SAMPLE b/config/application.rb.SAMPLE --- a/config/application.rb.SAMPLE +++ b/config/application.rb.SAMPLE @@ -60,5 +60,6 @@ config.assets.version = '1.0' config.assets.precompile += ['announcement_refresh.js','effects.js','site_update.js','graders.css','problems.css'] + config.assets.precompile += ['new.js','tablesorter-theme.cafe.css'] end end