Skip to content

Instantly share code, notes, and snippets.

@rimian
Last active November 21, 2017 00:40
Show Gist options
  • Save rimian/48c4de0a107a26bce7ba9e0509b3b2b7 to your computer and use it in GitHub Desktop.
Save rimian/48c4de0a107a26bce7ba9e0509b3b2b7 to your computer and use it in GitHub Desktop.
Cordova Build

Cordova uses config.xml to manage plugins but doesn't validate itself on a build. So you need to clean out the browser and plugin files if there are changes.

  • cd cordova
  • rm -rf plugins/* platforms/*
  • cordova build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment