We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec73a59 commit 25853beCopy full SHA for 25853be
build/build.xml
@@ -48,6 +48,7 @@
48
<replaceregexp match="@VERSION" replace="${release.version}" flags="g" byline="true">
49
<fileset dir="${dist.dir}/ui/" includes="*.js"/>
50
<fileset dir="${dist.dir}/ui/minified/" includes="*.js"/>
51
+ <fileset dir="${dist.dir}/themes/" includes="**/*.css"/>
52
</replaceregexp>
53
<echo message="Replaced all @VERSION to ${release.version}." />
54
</target>
0 commit comments