Skip to content

Commit c80a63a

Browse files
committed
Build: Copy the themes folder from the dist dir to include the concatendated file
1 parent 950e9c1 commit c80a63a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@
297297
<fileset dir="${dist.dir}ui/minified/i18n" />
298298
</copy>
299299
<copy todir="${cdndist.dir}/themes">
300-
<fileset dir="../themes" />
300+
<fileset dir="${dist.dir}themes" />
301301
</copy>
302302
<checksum>
303303
<fileset dir="${cdndist.dir}" />

0 commit comments

Comments
 (0)