Skip to content

Commit a27e2d7

Browse files
committed
refactor: rename the javascript files to main (#268)
1 parent 4c3f1ca commit a27e2d7

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

{{cookiecutter.project_slug}}/{{cookiecutter.project_slug}}/templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
{% compress js %}
132132
{% endraw %}
133133
<!-- Custom Scripts -->
134-
{% raw %}<script src="{% static {% endraw %}'js/{{ cookiecutter.project_slug }}.min.js' {% raw %}%}"></script>{% endraw %}
134+
{% raw %}<script src="{% static {% endraw %}'js/main.min.js' {% raw %}%}"></script>{% endraw %}
135135
{% raw %}
136136
{% endcompress %}
137137

0 commit comments

Comments
 (0)