1
Showing
loading.gif
0 → 100644
9.21 KB
... | @@ -4,7 +4,10 @@ | ... | @@ -4,7 +4,10 @@ |
"main": "index.js", | "main": "index.js", | ||
"license": "MIT", | "license": "MIT", | ||
"scripts": { | "scripts": { | ||
"mock": "game-cli m -p 4001 -f './mock' " | "livereload": "livereload . -ee scene,jpg,png,html", | ||
"mock": "game-cli m -p 4001 -f './mock'", | |||
"server": "game-cli serve -p 3001", | |||
"dev": "game-cli dev" | |||
}, | }, | ||
"build": { | "build": { | ||
"build-process": "scilla", | "build-process": "scilla", | ||
... | @@ -17,5 +20,8 @@ | ... | @@ -17,5 +20,8 @@ |
"scilla-components": "git+http://gitlab2.dui88.com/laoqifeng/scilla-components#dev", | "scilla-components": "git+http://gitlab2.dui88.com/laoqifeng/scilla-components#dev", | ||
"scilla-launcher": "git+http://gitlab2.dui88.com/laoqifeng/scilla-launcher#dev" | "scilla-launcher": "git+http://gitlab2.dui88.com/laoqifeng/scilla-launcher#dev" | ||
}, | }, | ||
"devDependencies": {} | "devDependencies": { | ||
} | "livereload": "^0.8.0", | ||
"tslib": "^1.9.3" | |||
} | |||
} | |||
\ No newline at end of file |
security.js
0 → 100644
This diff is collapsed.
zepto.min.js
0 → 100644
This diff is collapsed.