Skip to content
Snippets Groups Projects
Commit 0baede9f authored by Ken Hawkins's avatar Ken Hawkins
Browse files

Use develop CSS

On deploy, some components were using the now-stale CSS.
parent cc2a2c3a
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@
<link rel="stylesheet" href="{{ '/css/styles.css' | path }}">
{% endif %}
{% if _config.project.environment.production %}
<link rel="stylesheet" href="https://dev.assets.emblstatic.net/vf/css/styles.css">
<link rel="stylesheet" href="https://dev.assets.emblstatic.net/vf/develop/css/styles.css">
{% endif %}
</head>
<body>
......
......@@ -14,7 +14,7 @@
<link rel="stylesheet" href="{{ '/css/styles.css' | path }}">
{% endif %}
{% if _config.project.environment.production %}
<link rel="stylesheet" href="https://dev.assets.emblstatic.net/vf/css/styles.css">
<link rel="stylesheet" href="https://dev.assets.emblstatic.net/vf/develop/css/styles.css">
{% endif %}
</head>
<body>
......
......@@ -14,7 +14,7 @@
<link rel="stylesheet" href="{{ '/css/styles.css' | path }}">
{% endif %}
{% if _config.project.environment.production %}
<link rel="stylesheet" href="https://dev.assets.emblstatic.net/vf/css/styles.css">
<link rel="stylesheet" href="https://dev.assets.emblstatic.net/vf/develop/css/styles.css">
{% endif %}
</head>
<body>
......
......@@ -14,7 +14,7 @@
<link rel="stylesheet" href="{{ '/css/styles.css' | path }}">
{% endif %}
{% if _config.project.environment.production %}
<link rel="stylesheet" href="https://dev.assets.emblstatic.net/vf/css/styles.css">
<link rel="stylesheet" href="https://dev.assets.emblstatic.net/vf/develop/css/styles.css">
{% endif %}
</head>
<body>
......
......@@ -14,7 +14,7 @@
<link rel="stylesheet" href="{{ '/css/styles.css' | path }}">
{% endif %}
{% if _config.project.environment.production %}
<link rel="stylesheet" href="https://dev.assets.emblstatic.net/vf/css/styles.css">
<link rel="stylesheet" href="https://dev.assets.emblstatic.net/vf/develop/css/styles.css">
{% endif %}
</head>
<body>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment