https://github.com/xissy/grunt-titanium-tishadow
A template project with Grunt, Titanium and TiShadow.
https://github.com/xissy/grunt-titanium-tishadow
Last synced: about 1 year ago
JSON representation
A template project with Grunt, Titanium and TiShadow.
- Host: GitHub
- URL: https://github.com/xissy/grunt-titanium-tishadow
- Owner: xissy
- Created: 2013-09-07T10:08:51.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-10-03T04:27:08.000Z (over 12 years ago)
- Last Synced: 2025-02-27T23:10:02.181Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 3.9 MB
- Stars: 14
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# grunt-titanium-tishadow
> A template project with Grunt, Titanium and TiShadow.
## Demo
[http://www.youtube.com/watch?v=c1u92zT-oA4](http://www.youtube.com/watch?v=c1u92zT-oA4)
## Dependencies
* **Grunt** (~0.4.1)
* **CoffeeScript** (coffee -> js scripts)
* **Jade** (jade -> xml views)
* **LTSS** (ltss -> tss styles)
* **TiShadow** (deploy, test or execute codes lively)
* **Titanium** (~3.1.3.GA)
* **Alloy** (MVC framework)
## Directories
This project uses alloy framework with grunt so usually where you have to manage is `ti/src` folder.
* **ti** - titanium app project
* **app** - alloy dist folder
* **src** - alloy source folder
* **spec** - test spec dist folder
* **tests** - test spec source folder
## Usage
#### Build
```Shell
$ grunt build
```
#### Run TiShadow and watch
```Shell
$ grunt dev
```
#### Test
```Shell
$ grunt test
```
#### Distribute
```Shell
$ ti build --platform -T ...
```