Skip to content

Commit 306b050

Browse files
committed
build: fixed fileset for datepicker i18n files concat
1 parent c313289 commit 306b050

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
<delete file="${dist.dir}/ui/i18n/${concatenated.i18n}.js" />
102102

103103
<concat destfile="${dist.dir}/ui/i18n/${concatenated.i18n}.js" encoding="utf-8">
104-
<fileset dir="${src.dir}/i18n/" includes="ui.*.js" />
104+
<fileset dir="${src.dir}/i18n/" includes="jquery.ui.*.js" />
105105
</concat>
106106
<echo message="Concatenated i18n built." />
107107
</target>

0 commit comments

Comments
 (0)