mirror of
https://github.com/Mibew/design.git
synced 2025-01-22 18:10:33 +03:00
Fix bug with header for compiled templates in build.xml
This commit is contained in:
parent
23ac4ef88a
commit
3c080e4725
@ -427,7 +427,7 @@
|
|||||||
|
|
||||||
<filterchain>
|
<filterchain>
|
||||||
<!-- Add header -->
|
<!-- Add header -->
|
||||||
<concatfilter prepend="compiled_templates_header.txt" />
|
<concatfilter prepend="tools/compiled_templates_header.txt" />
|
||||||
<!-- Skip empty lines -->
|
<!-- Skip empty lines -->
|
||||||
<linecontainsregexp negate="true">
|
<linecontainsregexp negate="true">
|
||||||
<regexp pattern="^\s+$$" />
|
<regexp pattern="^\s+$$" />
|
||||||
|
Loading…
Reference in New Issue
Block a user