# HG changeset patch # User Nattee Niparnan # Date 2014-08-18 16:04:57 # Node ID d570247f93ef859686e914e4ef261335a80c3a1c # Parent 5c6f0b732e70f777c7b2464b57e1a43d2db03a7a It seems like WEBrick needs this. diff --git a/installer/install.sh b/installer/install.sh --- a/installer/install.sh +++ b/installer/install.sh @@ -114,6 +114,10 @@ rake db:migrate rake db:seed +echo "Running rake tasks to precompile the assets" + +rake assets:precompile + echo "Intalling web interface complete..." echo echo "Fetching grader"