UNPKG

380 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
8Options
9 --browserify .............................. Compile plugin JS at build time using
10 browserify instead of runtime.
11
12Example
13 cordova-cli prepare --browserify
\No newline at end of file