mirror of
https://github.com/Mibew/java.git
synced 2025-01-22 17:40:35 +03:00
Build system not strip comments from JS templates anymore
This commit is contained in:
parent
ba7eb96e8a
commit
f72a0187be
@ -64,10 +64,6 @@
|
||||
<mapper type="glob" from="*/js/compiled/templates_tmp.c.js" to="*/js/compiled/templates.js"/>
|
||||
|
||||
<filterchain>
|
||||
<!-- Remove old comments. There is no strip JavaScript comments
|
||||
filter in ant, but luckily comments in Java and in
|
||||
JavaScript have the same syntax -->
|
||||
<stripjavacomments />
|
||||
<!-- Add header -->
|
||||
<concatfilter prepend="compiled_templates_header.txt" />
|
||||
<!-- Skip empty lines -->
|
||||
@ -396,10 +392,6 @@
|
||||
<mapper type="glob" from="*_tmp.c.tpl.js" to="*.tpl.js"/>
|
||||
|
||||
<filterchain>
|
||||
<!-- Remove old comments. There is no strip JavaScript comments
|
||||
filter in ant, but luckily comments in Java and in
|
||||
JavaScript have the same syntax -->
|
||||
<stripjavacomments />
|
||||
<!-- Add header -->
|
||||
<concatfilter prepend="compiled_templates_header.txt" />
|
||||
<!-- Skip empty lines -->
|
||||
|
Loading…
Reference in New Issue
Block a user