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

Bootstrap.css is not exist in Development #47

Closed hishamco closed 9 years ago

hishamco commented 9 years ago

The bootstrap.css path is not exist in both Development https://github.com/aspnet/live.asp.net/blob/dev/src/live.asp.net/Views/Shared/_Layout.cshtml#L12 and Staging & Production fallback https://github.com/aspnet/live.asp.net/blob/dev/src/live.asp.net/Views/Shared/_Layout.cshtml#L17

DamianEdwards commented 9 years ago

It gets added when the bower components are restored. VS does this automatically but without VS you have to run a bower install from the cmd line.

hishamco commented 9 years ago

Thanks

JimiC commented 9 years ago

@DamianEdwards According to this article you may wonna consider adding the bower_components folder to the repo.