Description:
It seems like WEBrick needs this.
Commit status:
[Not Reviewed]
References:
Diff options:
Comments:
0 Commit comments
0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
r182:d570247f93ef - - 1 file changed: 4 inserted, 0 deleted
@@ -111,12 +111,16 | |||
|
111 | 111 | |
|
112 | 112 | echo "Running rake tasks to initialize database" |
|
113 | 113 | |
|
114 | 114 | rake db:migrate |
|
115 | 115 | rake db:seed |
|
116 | 116 | |
|
117 | + echo "Running rake tasks to precompile the assets" | |
|
118 | + | |
|
119 | + rake assets:precompile | |
|
120 | + | |
|
117 | 121 | echo "Intalling web interface complete..." |
|
118 | 122 | echo |
|
119 | 123 | echo "Fetching grader" |
|
120 | 124 | |
|
121 | 125 | cd .. |
|
122 | 126 |
You need to be logged in to leave comments.
Login now