From 80a5404c06ebab1848c6e97fd444fa1c99ddba70 Mon Sep 17 00:00:00 2001 From: Luis Majano Date: Tue, 13 Feb 2024 15:34:05 +0100 Subject: [PATCH] fixing build assets --- build/Build.cfc | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/build/Build.cfc b/build/Build.cfc index c2b7adf..ab61e8b 100644 --- a/build/Build.cfc +++ b/build/Build.cfc @@ -16,13 +16,9 @@ component { // Source Excludes Not Added to final binary variables.excludes = [ "build", - "node-modules", - "resources", - "test-harness", - "(package|package-lock).json", - "webpack.config.js", + "testbox", + "tests", "server-.*\.json", - "docker-compose.yml", "^\..*", "coldbox-5-router-documentation.png" ];