andialbrecht / django-goog

Another Closure library helper for Django

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SCRIPT tag CLOSURE_NO_DEPS = true should be rendered by goog_links

andialbrecht opened this issue · comments

Currently the following snippet is required:

<script type="text/javascript">
  var CLOSURE_NO_DEPS = true;
</script>
{% goog_links %}

This could be collapsed to {% goog_links %}.