magicmonkey / lifxjs

JS library for LIFX bulbs
MIT License
276 stars 63 forks source link

Fix web demo #13

Closed SSteve closed 10 years ago

SSteve commented 10 years ago

I'm still figuring out express, but it looks like the line app.use('/', express.static(__dirname + '/static')); automatically prepends "/static" to all URL paths so the "/static" that's currently in the URLs is incorrect.

magicmonkey commented 10 years ago

Thank you!