Skip to content

Commit

Permalink
FOUR-20583: Tasks Main change to new layout , add initialload to fix …
Browse files Browse the repository at this point in the history
…the modeler in casesEdit
  • Loading branch information
hjonathan committed Dec 20, 2024
1 parent 6202dcc commit f4b9875
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions webpack.mix.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ mix
"jointjs",
"luxon",
"bpmn-moddle",
"@processmaker/modeler",
], "public/js/modeler-vendor.js")
.extract([
"vue",
Expand Down Expand Up @@ -147,6 +148,8 @@ mix
// See: https://github.com/JeffreyWay/laravel-mix/issues/1118
.js("resources/jscomposition/cases/casesMain/loader.js", "public/js/composition/cases/casesMain")
.js("resources/jscomposition/cases/casesDetail/loader.js", "public/js/composition/cases/casesDetail")
.js("resources/js/initialLoad.js", "public/js")

.js("resources/js/tasks/loaderMain.js", "public/js/tasks")
.js("resources/js/tasks/loaderPreview.js", "public/js/tasks")
.js("resources/js/tasks/loaderEdit.js", "public/js/tasks")
Expand Down

0 comments on commit f4b9875

Please sign in to comment.