Skip to content

Commit

Permalink
Put js on the server
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwynne committed Oct 7, 2010
1 parent 3c887d0 commit b630bcd
Show file tree
Hide file tree
Showing 4 changed files with 157 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ gem "thin"
gem "chronic_duration"
gem "rdiscount"
gem "cucumber-rails"
gem "trollop"
gem "trollop"
1 change: 1 addition & 0 deletions config.ru
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
require File.dirname(__FILE__) + '/lib/robot_tournament'
require 'robot_tournament/web_ui'
set :root, File.dirname(__FILE__)
run Sinatra::Application
2 changes: 1 addition & 1 deletion lib/robot_tournament/web_ui/home_page.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
</style>
<script
type="text/javascript"
src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js">
src="js/jquery.min.js">
</script>
<script type = "text/javascript">
$(document).ready(function()
Expand Down
Loading

0 comments on commit b630bcd

Please sign in to comment.