Skip to content

Commit

Permalink
Merge pull request getpelican#514 from streeter/asset_url_doc_fix
Browse files Browse the repository at this point in the history
Correctly use the right variable for webassets
  • Loading branch information
justinmayer committed Sep 19, 2012
2 parents 6466bb4 + e096fb6 commit a9d370f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/settings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ Another example for Javascript:
.. code-block:: jinja
{% assets filters="uglifyjs,gzip", output="js/packed.js", "js/jquery.js", "js/base.js", "js/widgets.js" %}
<script src="{{ ASSETS_URL }}"></script>
<script src="{{ ASSET_URL }}"></script>
{% endassets %}
The above will produce a minified and gzipped JS file:
Expand Down

0 comments on commit a9d370f

Please sign in to comment.