ti.roma - meetup - jumpstart w/ jalt

10

Click here to load reader

Upload: matteo-toto

Post on 06-May-2015

479 views

Category:

Technology


1 download

DESCRIPTION

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

TRANSCRIPT

Page 1: Ti.Roma - Meetup - Jumpstart w/ JALT

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

Matteo TotoFoun-Dev @WINK group

@iPsyco

Page 2: Ti.Roma - Meetup - Jumpstart w/ JALT

is an opinionated set of tools for rapid Alloy development

JALT

Page 5: Ti.Roma - Meetup - Jumpstart w/ JALT

Coffeescript

Javascript

Page 6: Ti.Roma - Meetup - Jumpstart w/ JALT

Grunt

The javascript task runner

Page 7: Ti.Roma - Meetup - Jumpstart w/ JALT

TiShadow

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

in a lightning

Page 8: Ti.Roma - Meetup - Jumpstart w/ JALT

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

Page 9: Ti.Roma - Meetup - Jumpstart w/ JALT

# 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

Page 10: Ti.Roma - Meetup - Jumpstart w/ JALT

Thanks ! ! !see you next time

Matteo TotoFoun-Dev @WINK group

@iPsyco