ti.roma - meetup - jumpstart w/ jalt

Post on 06-May-2015

479 Views

Category:

Technology

1 Downloads

Preview:

Click to see full reader

DESCRIPTION

20 minute talk about the JALT toolchain for rapid alloy development. 24/02/2014

TRANSCRIPT

Jumpstart w/ JALTTi.Roma - Meetup - 25/02/2014

Matteo TotoFoun-Dev @WINK group

@iPsyco

is an opinionated set of tools for rapid Alloy development

JALT

Coffeescript

Javascript

Grunt

The javascript task runner

TiShadow

cross-platform run, test or execute code from the browser

in a lightning

grunt - compiles the jade and ltss files

grunt [dev_android|dev_ios] - auto compile and pushes with TiShadow

grunt [test_android|test_ios] - run specs

grunt clean - deletes all generated files

grunt [iphone6|iphone7|ipad6|ipad7|appstore|adhoc|playstore]- runs on specified simulator or packages the app for

distribution

commands

# 1) creates the TiShadow base app and runs it on the Simulatoranywhere > mkdir ~/tishadowapp

tishadow app -d ~/tishadowapptitanium build -p iphone -T simulator

# 2) runs the TiShadow serveranywhere > tishadow server

# 3) pushes the code for the current project into the TiShadow client app# and watches for changesapp_folder > grunt dev_ios

# 4)if having problem to push do this step than again 3)app_folder > tishadow run

TiShadow - help

Thanks ! ! !see you next time

Matteo TotoFoun-Dev @WINK group

@iPsyco

top related