]> review.fuel-infra Code Review - packages/trusty/python-django-compressor.git/blob
3ecffa5c90526fb1cb97380aec7d3682bc8d4862
[packages/trusty/python-django-compressor.git] /
1 {% spaceless %}
2
3 {% compress js %}
4     <script type="text/javascript">
5         alert("Basic test, should pass in spite of errors in other templates");
6     </script>
7 {% endcompress %}
8 {% endspaceless %}