We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e3a613 commit 11771e4Copy full SHA for 11771e4
1 file changed
process_css_extend_template.xml
@@ -12,7 +12,12 @@
12
<local name="is.html.transform"/>
13
<local name="extend.css.path"/>
14
<condition property="is.html.transform">
15
- <equals arg1="${out.ext}" arg2=".html"/>
+ <or>
16
+ <equals arg1="${out.ext}" arg2=".html"/>
17
+ <!-- add any additional missing transtypes here -->
18
+ <contains string="${transtype}" substring="HTML" casesensitive="no"/>
19
+ <contains string="${transtype}" substring="eclipsehelp" casesensitive="no"/>
20
+ </or>
21
</condition>
22
<condition property="extend.css.path" value="${user.csspath}" else="">
23
<isset property="user.csspath"/>
0 commit comments