cordova compile

cordova compile command

Synopsis

cordova compile is a subset of the cordova build command. It only performs the compilation step without doing prepare. It's common to invoke cordova build instead of this command - however, this stage is useful to allow extending using hooks.

Syntax

1
2
3
4
5
6
cordova build [<platform> [...]]
    [--debug|--release]
    [--device|--emulator|--target=<targetName>]
    [--buildConfig=<configfile>]
    [--browserify]
    [-- <platformOpts>]

For detailed documentation see cordova build command docs below.

doc_cordova
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.