Skip to content

Commit

Permalink
wip Build Tool
Browse files Browse the repository at this point in the history
  • Loading branch information
Skrypt committed Dec 19, 2024
1 parent 979fcf1 commit 7857435
Show file tree
Hide file tree
Showing 24 changed files with 2,706 additions and 12,415 deletions.
2 changes: 1 addition & 1 deletion build.config.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const assetsLookupGlob = "src/{OrchardCore.Themes,OrchardCore.Modules}/**/*Assets.json";
export const assetsLookupGlob = "src/{OrchardCore.Themes,OrchardCore.Modules}/**/Assets.json";
export const parcelBundleOutput = "src/OrchardCore.Modules/OrchardCore.Resources/wwwroot/Scripts/bundle"

export function parcel() {
Expand Down
Loading

0 comments on commit 7857435

Please sign in to comment.