Use webassets if enabled

This commit is contained in:
Mr. Senko 2016-05-05 00:00:49 +03:00
parent b72e9e5536
commit 55049008e2
2 changed files with 10 additions and 2 deletions

View file

@ -0,0 +1,3 @@
{% assets CUSTOM_CSS, filters="cssmin", output="custom.min.css" %}
<link rel="stylesheet" type="text/css" href="{{ SITEURL }}/{{ ASSET_URL }}">
{% endassets %}