NuGet / NuGetGallery

NuGet Gallery is a package repository that powers https://www.nuget.org. Use this repo for reporting NuGet.org issues.
https://www.nuget.org/
Apache License 2.0
1.54k stars 643 forks source link

NuGet Gallery CSS isn't minified #5721

Open loic-sharma opened 6 years ago

loic-sharma commented 6 years ago

See error at top of site.min.css:

/* Minification failed. Returning unminified contents.
(6037,29): run-time error CSS1019: Unexpected token, found ' '
(6037,29): run-time error CSS1019: Unexpected token, found ' '
(6037,29): run-time error CSS1042: Expected function, found ' '
(6037,29): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
 */
skofman1 commented 6 years ago

@loic-sharma , is this a bug? Did it ever work?

loic-sharma commented 6 years ago

Yes this is a bug. @joelverhagen says this used to work

joelverhagen commented 6 years ago

Yup, I remember it working on DEV environment at one point. Don't remember confirming on INT/PROD.