From 91967e37ca3345f7f0659014116e5a097602a089 Mon Sep 17 00:00:00 2001 From: svipal Date: Fri, 10 Apr 2020 21:29:57 +0200 Subject: [PATCH] finishing clean up --- .gitignore | 4 ++-- package.json | 3 --- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index c4d6855e1..3afe179fc 100644 --- a/.gitignore +++ b/.gitignore @@ -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/ \ No newline at end of file diff --git a/package.json b/package.json index f9b35fe44..6348dccf5 100644 --- a/package.json +++ b/package.json @@ -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",