forked from markmandel/ColdDoc
-
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
š FIX: Fix ACf "class not found" error due to period in custom engineā¦
ā¦ directory In 2023, we have no need for the .engine directory, and it's causing class resolution errors in ACF.
- Loading branch information
1 parent
e268669
commit fe1d7ef
Showing
4 changed files
with
21 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"name":"docbox-adobe@2021", | ||
"app":{ | ||
"cfengine":"adobe@2021" | ||
}, | ||
"web":{ | ||
"http":{ | ||
"port":"60299" | ||
}, | ||
"rewrites":{ | ||
"enable":"true" | ||
} | ||
}, | ||
"jvm":{ | ||
"heapSize":"1024" | ||
}, | ||
"openBrowser":"false", | ||
"scripts":{ | ||
"onServerInstall":"cfpm install zip,debugger" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
{ | ||
"name":"docbox-lucee@5", | ||
"app":{ | ||
"serverHomeDirectory":".engine/lucee5", | ||
"cfengine":"lucee@5" | ||
}, | ||
"web":{ | ||
|