Set root to dist/ directory
This commit is contained in:
parent
e9cc76cbd6
commit
30447f6e68
|
@ -59,7 +59,7 @@ run Travis::Web::App.build(
|
||||||
pusher_host: ENV['PUSHER_HOST'] || 'ws.pusherapp.com',
|
pusher_host: ENV['PUSHER_HOST'] || 'ws.pusherapp.com',
|
||||||
pusher_path: ENV['PUSHER_PATH'],
|
pusher_path: ENV['PUSHER_PATH'],
|
||||||
ga_code: ENV['GA_CODE'],
|
ga_code: ENV['GA_CODE'],
|
||||||
root: File.expand_path('../../public', __FILE__),
|
root: File.expand_path('../../dist', __FILE__),
|
||||||
server_start: Time.now,
|
server_start: Time.now,
|
||||||
caches_enabled: ENV['CACHES_ENABLED'],
|
caches_enabled: ENV['CACHES_ENABLED'],
|
||||||
ssh_key_enabled: ENV['SSH_KEY_ENABLED'],
|
ssh_key_enabled: ENV['SSH_KEY_ENABLED'],
|
||||||
|
|
Loading…
Reference in New Issue
Block a user