Skip to content

Commit

Permalink
fixing build assets
Browse files Browse the repository at this point in the history
  • Loading branch information
lmajano committed Feb 13, 2024
1 parent ff9d522 commit 80a5404
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions build/Build.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -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"
];
Expand Down

0 comments on commit 80a5404

Please sign in to comment.