Set public path to pubic/ on prod only

pull/395/head
Rick Carlino 2017-08-09 12:41:47 -05:00
parent ea7c9b7e5a
commit 51680e0b76
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ FarmBot::Application.configure do
address: ENV['SMTP_HOST'],
user_name: uname,
password: pw }
config.webpack.public_path = nil
config.webpack.public_path = "public"
config.webpack.config_file = "tools/webpack.config.prd.js"
config.webpack.static_manifest_path = "public/manifest.json"
end