Hi there!
I'm building a cordova app, I've install ripple using npm, and I'm trying to run ripple using --path
ripple emulate --path platforms/ios/www
It launches an emulator, but it says:
Cannot GET /
The only way I can make it works is going to the path and once there running ripple
cd platforms/ios/www && ripple emulate
By the way, I'm on OSX El Capitan
Hope you can fix this
Hi there!
I'm building a cordova app, I've install ripple using npm, and I'm trying to run ripple using --path
ripple emulate --path platforms/ios/wwwIt launches an emulator, but it says:
Cannot GET /
The only way I can make it works is going to the path and once there running ripple
cd platforms/ios/www && ripple emulateBy the way, I'm on OSX El Capitan
Hope you can fix this