mirror of
https://github.com/photonstorm/phaser
synced 2025-01-11 04:38:51 +00:00
finishing clean up
This commit is contained in:
parent
eaf72f7a80
commit
91967e37ca
2 changed files with 2 additions and 5 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -14,7 +14,7 @@ node_modules/
|
|||
/npm-debug.log
|
||||
build/
|
||||
out/
|
||||
#scripts/tsgen/test/bin/
|
||||
#scripts/tsgen/test/output.txt
|
||||
scripts/tsgen/test/bin/
|
||||
scripts/tsgen/test/output.txt
|
||||
|
||||
plugins/spine/spine-runtimes/
|
|
@ -22,9 +22,6 @@
|
|||
"buildfb": "webpack --config config/webpack.fb.config.js",
|
||||
"watchfb": "webpack --config config/webpack.fb.config.js --watch",
|
||||
"dist": "webpack --config config/webpack.dist.config.js",
|
||||
"distT": "webpack --config config/webpack.dist.config.js && npm run toT",
|
||||
"toT": "@powershell Copy-Item ./dist/phaser.min.js ../phasertest/phaser.min.js",
|
||||
"toT2": "@powershell Copy-Item ./dist/phaser.js ../phasertest/phaser.min.js",
|
||||
"distfb": "webpack --config config/webpack.fb.dist.config.js",
|
||||
"distfull": "npm run dist && npm run distfb",
|
||||
"plugin.cam3d": "webpack --config plugins/camera3d/webpack.config.js",
|
||||
|
|
Loading…
Reference in a new issue