From 30447f6e68c4c54b437bea0e4494094254c37e82 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Tue, 3 Feb 2015 11:55:44 +0100 Subject: [PATCH] Set root to dist/ directory --- waiter/config.ru | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/waiter/config.ru b/waiter/config.ru index f17f5042..e502a914 100644 --- a/waiter/config.ru +++ b/waiter/config.ru @@ -59,7 +59,7 @@ run Travis::Web::App.build( pusher_host: ENV['PUSHER_HOST'] || 'ws.pusherapp.com', pusher_path: ENV['PUSHER_PATH'], ga_code: ENV['GA_CODE'], - root: File.expand_path('../../public', __FILE__), + root: File.expand_path('../../dist', __FILE__), server_start: Time.now, caches_enabled: ENV['CACHES_ENABLED'], ssh_key_enabled: ENV['SSH_KEY_ENABLED'],