mirror of
https://github.com/photonstorm/phaser
synced 2024-12-23 11:33:28 +00:00
removed custom scripts
This commit is contained in:
parent
e6d468cda7
commit
22f69f5458
1 changed files with 0 additions and 3 deletions
|
@ -24,9 +24,6 @@
|
||||||
"dist": "webpack --config config/webpack.dist.config.js",
|
"dist": "webpack --config config/webpack.dist.config.js",
|
||||||
"distfb": "webpack --config config/webpack.fb.dist.config.js",
|
"distfb": "webpack --config config/webpack.fb.dist.config.js",
|
||||||
"distfull": "npm run dist && npm run distfb",
|
"distfull": "npm run dist && npm run distfb",
|
||||||
"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",
|
|
||||||
"plugin.cam3d": "webpack --config plugins/camera3d/webpack.config.js",
|
"plugin.cam3d": "webpack --config plugins/camera3d/webpack.config.js",
|
||||||
"plugin.spine": "webpack --config plugins/spine/webpack.config.js",
|
"plugin.spine": "webpack --config plugins/spine/webpack.config.js",
|
||||||
"plugin.spine.dist": "webpack --config plugins/spine/webpack.auto.dist.config.js",
|
"plugin.spine.dist": "webpack --config plugins/spine/webpack.auto.dist.config.js",
|
||||||
|
|
Loading…
Reference in a new issue