RaveJS / rave

Zero-configuration application bootstrap and development
278 stars 8 forks source link

fixed filename for case-sensitive file systems #65

Closed rhmoller closed 9 years ago

rhmoller commented 9 years ago

I got this error on linux because the file is called instantiateJS.js but is referenced as instantiateJs.js

Error: fetchText() failed. url: "http://localhost:8000/node_modules/rave/lib/debug/instantiateJs.js" status: 404 - Not Found http://localhost:8000/node_modules/rave/rave.js Line 2632

unscriptable commented 9 years ago

Thanks!