Skip to content

Commit 4069642

Browse files
committed
Build: Download docs directly to dist folder
1 parent 1fa8e37 commit 4069642

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

build/build.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<property name="ui.dir" value="../" />
2828
<property name="src.dir" value="${ui.dir}/ui/" />
2929
<property name="theme.dir" value="${ui.dir}/themes/base/" />
30-
<property name="docs.dir" value="${ui.dir}/docs/" />
30+
<property name="docs.dir" value="${dist.dir}/docs/" />
3131

3232
<property name="min.dir" value="${dist.dir}/ui/minified" />
3333

@@ -206,10 +206,6 @@
206206
<fileset dir="${ui.dir}/tests/" />
207207
</copy>
208208

209-
<copy overwrite="true" todir="${dist.dir}/docs/" >
210-
<fileset dir="${ui.dir}/docs/" />
211-
</copy>
212-
213209
<copy overwrite="true" todir="${dist.dir}/themes/" >
214210
<fileset dir="${ui.dir}/themes/" />
215211
</copy>

0 commit comments

Comments
 (0)