Skip to content

Commit 14b5781

Browse files
committed
Add touch
1 parent aceb40c commit 14b5781

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

process_css_extend.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
<target name="extend.css.init">
77
<tempfile deleteonexit="true" destdir="${dita.temp.dir}" property="extend.css.file" suffix=".css"/>
8+
<touch file="${extend.css.file}"/>
89
<condition property="is.html">
910
<equals arg1="${out.ext}" arg2=".html"/>
1011
</condition>

process_css_extend_template.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
<target name="extend.css.init">
77
<tempfile deleteonexit="true" destdir="${dita.temp.dir}" property="extend.css.file" suffix=".css"/>
8+
<touch file="${extend.css.file}"/>
89
<condition property="is.html">
910
<equals arg1="${out.ext}" arg2=".html"/>
1011
</condition>

0 commit comments

Comments
 (0)