Closed michaelborn closed 2 years ago
@michaelborn I'm seeing merge conflicts on this
@michaelborn I'm seeing merge conflicts on this
Sorry - looks like my branch was out of date, and the CFFormat build messed it up.
@grantcopley I fixed the merge conflict with a force push. (Ssshh! :shushing_face: ) :grin:
The CFFormat task is still failing, but that's a separate issue and I don't think I'll ever get it working, actually.
This PR corrects a few bugs in the
build:docs
box script:box run-script build:docs
becausevariables.exportsDir
doesn't exist.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 thebuild/
directory, which is not where it should be.)Also adds some file exclusions to the package zip excludes list.