mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 13:13:43 +00:00
New Create stub added for the custom build process. Cuts file size by 8KB.
This commit is contained in:
parent
6fd2b6a7ec
commit
6d0aa613ad
3 changed files with 13 additions and 0 deletions
7
src/stubs/Create.js
Normal file
7
src/stubs/Create.js
Normal file
|
@ -0,0 +1,7 @@
|
|||
/**
|
||||
* @author Richard Davey <rich@photonstorm.com>
|
||||
* @copyright 2015 Photon Storm Ltd.
|
||||
* @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}
|
||||
*/
|
||||
|
||||
Phaser.Create = function () {};
|
3
tasks/manifests/create.json
Normal file
3
tasks/manifests/create.json
Normal file
|
@ -0,0 +1,3 @@
|
|||
[
|
||||
"src/core/Create.js"
|
||||
]
|
3
tasks/manifests/create.stub.json
Normal file
3
tasks/manifests/create.stub.json
Normal file
|
@ -0,0 +1,3 @@
|
|||
[
|
||||
"src/stubs/Create.js"
|
||||
]
|
Loading…
Reference in a new issue