Skip to content

Instantly share code, notes, and snippets.

View hisamekms's full-sized avatar

Shinnosuke Ooyama hisamekms

  • Japan
View GitHub Profile
@hisamekms
hisamekms / package.json
Created April 7, 2014 12:22
Titanium Mobile, TiShadow, CoffeeScript
{
"name": "helloworld",
"version": "0.0.0",
"description": "Welcome to your Appcelerator Titanium Mobile Project",
"main": "Resources/app.js",
"scripts": {
"test": "tishadow spec"
},
"author": "Shinosuke Ooyama",
"license": "MIT",
@hisamekms
hisamekms / Gruntfile.coffee
Created April 7, 2014 12:16
Titanium Mobile, TiShadow, Alloy, CoffeeScript.
module.exports = (grunt) ->
'use strict'
# Grunt Initialize
grunt.initConfig
pkg: grunt.file.readJSON('package.json')
coffee:
options:
bare: true
souceMap: true