Skip to content

Conversation

@michaelborn
Copy link
Contributor

This PR corrects a few bugs in the build:docs box script:

An error when running box run-script build:docs because variables.exportsDir doesn't exist.
The directoryCreate( outputDir ) is worse than useless, since DocBox creates this dir for you, and this code creates the wrong directory anyway! (it creates .tmp/apidocs/ inside the build/ directory, which is not where it should be.)

michaelborn and others added 2 commits November 1, 2022 10:35
An error when running box run-script build:docs because variables.exportsDir doesn't exist.
The directoryCreate( outputDir ) is worse than useless, since DocBox creates this dir for you, and this code creates the wrong directory anyway! (it creates .tmp/apidocs/ inside the build/ directory, which is not where it should be.)
@lmajano lmajano merged commit 6a7ab62 into coldbox-modules:development Nov 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants