version css for webfront

This commit is contained in:
RaidMax 2021-08-31 18:07:07 -05:00
parent 0191c8b7a7
commit eff8a29a39

View File

@ -18,10 +18,10 @@
<link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'> <link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<environment include="Development"> <environment include="Development">
<link rel="stylesheet" href="~/dynamic/css/global.css" /> <link rel="stylesheet" href="~/dynamic/css/global.css?version=@ViewBag.Version" />
</environment> </environment>
<environment include="Production"> <environment include="Production">
<link rel="stylesheet" href="~/dynamic/css/global.min.css" /> <link rel="stylesheet" href="~/dynamic/css/global.min.css?version=@ViewBag.Version" />
</environment> </environment>
</head> </head>
<body> <body>