From c39e0f56b77d73e7301230db75307fd5d78e9ef5 Mon Sep 17 00:00:00 2001 From: Jean Cavallo Date: Mon, 22 Jan 2024 16:39:57 +0100 Subject: [PATCH] sao: Add custom.js in built images [CUSTOM] Fix PCLAS-550 --- sao/build/ep | 1 + 1 file changed, 1 insertion(+) diff --git a/sao/build/ep b/sao/build/ep index f1d74eef150..ad15cb9c52c 100755 --- a/sao/build/ep +++ b/sao/build/ep @@ -10,6 +10,7 @@ move_res() { # in dev mode, these files are referenced from their original path pack() { cp index.html dist/ \ + && cp custom.js dist/ \ && cp -r locale dist/ \ && cp -r images dist/ \ && cp -r bower_components/bootstrap/dist/fonts dist/ \