Skip to content

Commit 6b02c10

Browse files
committed
updated build process
1 parent 3ba11d9 commit 6b02c10

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

apidocs/Application.cfc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ component{
1010

1111
this.mappings[ "/docbox" ] = API_ROOT & "docbox";
1212
this.mappings[ "/root" ] = rootPath;
13-
this.mappings[ "/cbdebugger" ] = rootPath & "modules/cbdebugger/models";
13+
this.mappings[ "/coldbox" ] = rootPath & "coldbox";
14+
this.mappings[ "/cbdebugger" ] = rootPath & "modules/cbdebugger/models";
1415

1516
}

workbench/build.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@
127127
<exec executable="box" dir="${dir.apidocs}">
128128
<arg line="server stop" />
129129
</exec>
130+
<delete file="${dir.build}/docbox.html" />
130131
<!-- Zip API Docs -->
131132
<zip destfile="${dir.exports}/${project.name}-apidocs-${project.version}.zip" basedir="${dir.api}"></zip>
132133
</target>

0 commit comments

Comments
 (0)