I have a problem with famo.us when i make a simple require for LightBox.
var StateModifier = require('famous/modifiers/StateModifier');
var Lightbox = require('famous/views/LightBox');
var SlideView = require('views/SlideView');
I don't know why but console return this message:
Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost:8888/slideshow/start/src/famous/views/LightBox.js
My question is: why famo.us search on local directory instead search online?
Thanks, Andrea.