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

Remove unused client side dependencies #36

Closed peterblazejewicz closed 9 years ago

peterblazejewicz commented 9 years ago

The client-side dependencies from initial project bootstrap can be removed: https://github.com/aspnet/live.asp.net/blob/dev/src/live.asp.net/bower.json#L6-L7

"bootstrap-touch-carousel": "0.8.0",
 "hammer.js": "2.0.4"

They are not used. The website CSS stylesheet will require removal of bootstrap-touch-carousel related code as well.

If removed, it will simplify and clarify client-side dependencies in project.

Is it OK to PR this?

Thanks!

DamianEdwards commented 9 years ago

Sure