tabris-cli
Advanced tools
Changelog
2.2.0
Changelog
2.1.0
Update generator dependency to a version compatible with Tabris.js 2.1.0.
Changelog
2.0.6
Changelog
2.0.5
tabris serve
run the build script of the app before starting the server.-w/--watch
) for tabris serve
. It executes the watch instead of the build script of the app.$IS_DEBUG
variable to true
for builds without given option --release
or --debug
. This enables the developer console for those builds by default.build/
and cordova/
folders in app subfolders from the built app.Changelog
2.0.4
build/
, cordova/www
, cordova/plugins
and cordova/platforms
from being copied to the built app.tabris
module version check to be able to build e.g. 2.0.x and 2.1.0-dev versions with the latest CLI.Changelog
2.0.3
Update generator dependency to fix bad author and email in generated config.xml.
Changelog
2.0.2
Lessen the tabris version check to validate only the major.minor version of the installed tabris module. This allows building e.g. 2.0.1 apps with 2.0.0 CLI.