Skip to content

Commit

Permalink
hotfix: don't use versioned project.css file
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Aug 29, 2023
1 parent 975e085 commit 5f8328e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions builders/html/layouts/main.cfm
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,10 @@
<link href="/assets/css/project.css" rel="stylesheet">
<cfelse>
<link href="/assets/css/base.#application.assetBundleVersion#.min.css" rel="stylesheet">
<link href="/assets/css/project.css" rel="stylesheet">
<!---
<link href="/assets/css/project.#application.assetBundleVersion#.min.css" rel="stylesheet">
--->
</cfif>
<link href="/assets/css/highlight.css" rel="stylesheet">
<link rel="icon" type="image/png" href="/assets/images/favicon.png">
Expand Down

0 comments on commit 5f8328e

Please sign in to comment.