Skip to content

Commit

Permalink
bind demos to localhost because that's what some services require
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Carver committed Jan 5, 2011
1 parent 20020b6 commit 2e16018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/webfontloader-demos
Expand Up @@ -17,7 +17,7 @@ rescue LoadError => e
abort "Please gem install vegas" abort "Please gem install vegas"
end end


Vegas::Runner.new(WebFontLoader::Demo::Server, 'font-demos') do |runner, opts, app| Vegas::Runner.new(WebFontLoader::Demo::Server, 'font-demos', :host => "localhost") do |runner, opts, app|
opts.on('--compiled_js FILE', "Dynamically build the JS with the given modules") { |file| opts.on('--compiled_js FILE', "Dynamically build the JS with the given modules") { |file|
app.set :compiled_js, File.read(file) app.set :compiled_js, File.read(file)
} }
Expand Down

0 comments on commit 2e16018

Please sign in to comment.