erinlin/puremvc-coffeescript-titanium
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Welcome to your Appcelerator Titanium Mobile Project This is a blank project. Start by editing your application's app.js to make your first mobile project using Titanium. ---------------------------------- Stuff our legal folk make us say: Appcelerator, Appcelerator Titanium and associated marks and logos are trademarks of Appcelerator, Inc. Titanium is Copyright (c) 2009-2010 by Appcelerator, Inc. All Rights Reserved. Titanium is licensed under the Apache Public License (Version 2). Please see the LICENSE file for the full license. ### # PureMVC CoffeeScript edition for Titanium by Erin Lin <erinylin@gmail.com> # # PureMVC - Copyright(c) 2006-2011 Futurescale, Inc., Some rights reserved. # Your reuse is governed by the Creative Commons Attribution 3.0 License ### How to use: 1. Make sure CoffeeScript has installed. for more information please check the CoffeeScript official website : http://jashkenas.github.com/coffee-script/ 2. You can setup CoffeeScript for Titanium plug-in : https://github.com/billdawson/ti_coffee_plugin or just use CoffeeScript bundle in Titanium Studio 'commands' to compile and display JS. 3. Enjoy it.