We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c3f1ca commit a27e2d7Copy full SHA for a27e2d7
{{cookiecutter.project_slug}}/{{cookiecutter.project_slug}}/static/js/{{cookiecutter.project_slug}}.js renamed to {{cookiecutter.project_slug}}/{{cookiecutter.project_slug}}/static/js/main.js
{{cookiecutter.project_slug}}/{{cookiecutter.project_slug}}/static/js/{{cookiecutter.project_slug}}.min.js renamed to {{cookiecutter.project_slug}}/{{cookiecutter.project_slug}}/static/js/main.min.js
{{cookiecutter.project_slug}}/{{cookiecutter.project_slug}}/templates/base.html
@@ -131,7 +131,7 @@
131
{% compress js %}
132
{% endraw %}
133
<!-- Custom Scripts -->
134
- {% raw %}<script src="{% static {% endraw %}'js/{{ cookiecutter.project_slug }}.min.js' {% raw %}%}"></script>{% endraw %}
+ {% raw %}<script src="{% static {% endraw %}'js/main.min.js' {% raw %}%}"></script>{% endraw %}
135
{% raw %}
136
{% endcompress %}
137
0 commit comments