Added phaser build and hellophaser sample

This commit is contained in:
2014-06-09 21:32:48 -07:00
parent 49f23abbe8
commit 48b5c5714a
856 changed files with 954584 additions and 0 deletions

23
tasks/.jshintrc Normal file
View File

@@ -0,0 +1,23 @@
{
"node" : true,
"browser": false,
"boss" : true,
"curly": true,
"debug": false,
"devel": false,
"eqeqeq": true,
"eqnull": true,
"forin": false,
"immed": false,
"laxbreak": false,
"newcap": true,
"noarg": true,
"noempty": true,
"nonew": true,
"plusplus": false,
"strict": false,
"sub": true,
"trailing": true,
"undef": true,
"white": false
}