Skip to content

Commit

Permalink
use budo instead of bankai as dev server while a good live reload sol…
Browse files Browse the repository at this point in the history
…ution for bankai is not there choojs/bankai#31
  • Loading branch information
fczuardi committed Mar 4, 2017
1 parent f2ed835 commit 3d91490
Show file tree
Hide file tree
Showing 2 changed files with 665 additions and 111 deletions.
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"destroy": "rm -rf ./dist",
"create": "cordova create dist com.mnmo.hello Hello --template cordova-game-shell",
"postcreate": "cd dist && cordova platform add android",
"start": "bankai index.js",
"start": "budo index.js --live",
"build": "bankai build index.js tmp",
"postbuild": "cp ./tmp/*.js ./tmp/*.css ./dist/www/. && cp ./src/config.xml ./dist/.",
"debug": "cd dist && cordova run --device",
Expand All @@ -21,9 +21,11 @@
"devDependencies": {
"bankai": "^5.4.0",
"browserify": "^14.1.0",
"budo": "^9.4.7",
"es2040": "^1.2.4",
"prettier": "^0.20.0",
"uglify-js": "^2.8.1"
"prettier": "^0.21.0",
"sheetify": "^6.0.1",
"uglify-js": "^2.8.5"
},
"dependencies": {
"pixi.js": "^4.4.1",
Expand All @@ -33,6 +35,7 @@
},
"browserify": {
"transform": [
"sheetify/transform",
"es2040"
]
}
Expand Down
Loading

0 comments on commit 3d91490

Please # to comment.