Skip to content

Instantly share code, notes, and snippets.

@dayaki
Last active March 8, 2018 18:32
Show Gist options
  • Save dayaki/abc24b29358f3f0328939ccf535bfaf2 to your computer and use it in GitHub Desktop.
Save dayaki/abc24b29358f3f0328939ccf535bfaf2 to your computer and use it in GitHub Desktop.
fix an issue with ionic and livereload
// exports.ANDROID_PLATFORM_PATH = path.join('platforms', 'android', 'assets', 'www');
exports.ANDROID_PLATFORM_PATH = path.join('platforms', 'android', 'app', 'src', 'main', 'assets', 'www');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment