From 761ee1bef77c7da64e5e190c73ccbf5754128150 Mon Sep 17 00:00:00 2001 From: Sang Huynh Date: Fri, 12 May 2023 16:37:21 +0700 Subject: [PATCH] [#385] Update merge array method --- .template/variants/web/package.json.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.template/variants/web/package.json.rb b/.template/variants/web/package.json.rb index 60693321..b29632de 100644 --- a/.template/variants/web/package.json.rb +++ b/.template/variants/web/package.json.rb @@ -44,7 +44,7 @@ run %(npm set-script build "node app/javascript/build.js") run %( npm set-script build:css \ - "sass #{source_stylesheet} #{bundled_stylesheet} #{bundled_stylesheet_options.merge(production_bundled_stylesheet_options).join(' ')}" + "sass #{source_stylesheet} #{bundled_stylesheet} #{(bundled_stylesheet_options + production_bundled_stylesheet_options).join(' ')}" ) run %( npm set-script build:css-dev \