Slide 35
Slide 35 text
app.json.js properties
"js":
[
{
"path":
"app.js",
//
location
of
asset
"bundle":
true,
//
container
of
bundles
assets
"includeInBundle":
true,
//
include
this
file
in
the
bundle
"platform":
["ios"],
//
platform(s)
in
which
to
load
this
asset
"bootstrap":
true,
//
development
only
file.
Not
used
in
built
version
"update":
"full",
//
localstorage
cache
update
strategy
"remote":
true
//
copied
into
build
if
available
}
]