finishing clean up

This commit is contained in:
svipal 2020-04-10 21:29:57 +02:00
parent eaf72f7a80
commit 91967e37ca
2 changed files with 2 additions and 5 deletions

4
.gitignore vendored
View file

@ -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/

View file

@ -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",