Skip to content

Commit

Permalink
Unclutter the root folder a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed May 6, 2024
1 parent e572663 commit 089b75b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion esbuild.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@ async function generateInjectCSS(sourcePath) {
}

esbuild.build({
entryPoints: [{out:"f3cc",in:"main.js"}, {out:"f3cc/gcm", in:"gcm.js"}],
entryPoints: [
{ out: "f3cc", in: "./src/main.js" },
{ out: "f3cc/gcm", in: "./src/gcm.js" },
],
outdir: "feincms3_cookiecontrol/static",
bundle: true,
minify: true,
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 089b75b

Please sign in to comment.