UNPKG

420 BPlain TextView Raw
1Synopsis
2
3 cordova-cli prepare [PLATFORM..]
4
5Copies files for specified platforms, or all platforms,
6so that the project is ready to build with each SDK.
7
8Experimental Flags
9
10 --browserify ...................... Plugins javascript gets loaded at build time instead of runtime using browserify.
11 Replaces cordovajs file with one that includes the JS of the installed plugins.