diff --git a/templates/zephyr/base.html b/templates/zephyr/base.html
index 0027a1e325..7d77ecabdc 100644
--- a/templates/zephyr/base.html
+++ b/templates/zephyr/base.html
@@ -21,7 +21,6 @@
{# We need to import jQuery before Bootstrap #}
-
{% compressed_js 'common' %}
{% block customhead %}
diff --git a/templates/zephyr/index.html b/templates/zephyr/index.html
index fe47b177bf..f572a5d799 100644
--- a/templates/zephyr/index.html
+++ b/templates/zephyr/index.html
@@ -11,6 +11,7 @@
{% compressed_css 'app' %}
+
diff --git a/templates/zephyr/portico_signup.html b/templates/zephyr/portico_signup.html
index 78fa5d53a9..d38ee07abc 100644
--- a/templates/zephyr/portico_signup.html
+++ b/templates/zephyr/portico_signup.html
@@ -6,5 +6,6 @@
{% block customhead %}
{{ block.super }}
+
{% compressed_js 'signup' %}
{% endblock %}