From 8dead561fa99c6e6dc6b3e95098af271da007305 Mon Sep 17 00:00:00 2001 From: Martin Hradil Date: Thu, 3 Aug 2017 09:43:09 +0000 Subject: [PATCH] travis - compile webpacker assets --- tools/ci/setup_js_env.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/ci/setup_js_env.sh b/tools/ci/setup_js_env.sh index 6db84eb6c87..18cda7a7346 100644 --- a/tools/ci/setup_js_env.sh +++ b/tools/ci/setup_js_env.sh @@ -21,3 +21,6 @@ fi # make sure yarn is installed, in the right version bundle exec rake webpacker:check_yarn || npm install -g yarn yarn + +# compile webpacker assets +bundle exec rake webpack:compile