aspnet / live.asp.net

Code for live.asp.net, which hosts the ASP.NET Community Stand-up
https://live.asp.net/
MIT License
289 stars 114 forks source link

Fix fallback stylesheet reference for minified Bootstrap CSS #35

Closed peterblazejewicz closed 9 years ago

peterblazejewicz commented 9 years ago

The fallback is for production/staging environment where all resources in the project are used in minified versions. This commit fixes reference to point to a minified version of Bootstrap CSS.

I've already signed CLA Thanks!

dnfclas commented 9 years ago

Hi @peterblazejewicz, I'm your friendly neighborhood .NET Foundation Pull Request Bot (You can call me DNFBOT). Thanks for your contribution! This seems like a small (but important) contribution, so no Contribution License Agreement is required at this point. Real humans will now evaluate your PR.

TTYL, DNFBOT;

hishamco commented 9 years ago

:+1:

DamianEdwards commented 9 years ago

Looks good.