jquery / 2015-developer-summit

a sandbox site for making mistakes
http://jquery.github.io/2015-developer-summit/
MIT License
10 stars 26 forks source link

use `http-server` to serve webpages? #13

Closed tcr closed 8 years ago

tcr commented 8 years ago

Would it be helpful for me to PR a index.js that launches a static web server?

Opening the index.html from my filesystem had weird CSS errors. (I might have done it wrong.)

ashleygwilliams commented 8 years ago

i'm not sure that the added complexity is worth it. did you file an issue for the bug? ;)

tcr commented 8 years ago

I haven't! Though now it would go like:

Steps to reproduce

  1. Hit refresh, Tim
  2. It works now

Can mark as resolved.

ashleygwilliams commented 8 years ago

:) i think given that we don't have a bug to fix, we'll keep it simple for now. closing. might reconsider as we get more complicated (build steps, auto refresh, etc)