[gulp] use gulp-haxetool from npm
This commit is contained in:
@@ -29,7 +29,6 @@ exports.install = function install() {
|
||||
* ToDo:
|
||||
* windows target
|
||||
* window exe package (innosetup)
|
||||
* flash html wrapper
|
||||
*/
|
||||
|
||||
const config = new Project.Config({
|
||||
@@ -68,7 +67,7 @@ const client = new Project(
|
||||
assets: ['src/client/resources'],
|
||||
main: 'ru.m.tankz.Client',
|
||||
})
|
||||
).bind(module, gulp);
|
||||
).bind(module);
|
||||
|
||||
/**
|
||||
* editor
|
||||
@@ -83,7 +82,7 @@ const editor = new Project(
|
||||
main: 'ru.m.tankz.editor.Editor',
|
||||
meta: {filename: 'editor'}
|
||||
})
|
||||
).bind(module, gulp);
|
||||
).bind(module);
|
||||
|
||||
/**
|
||||
* server
|
||||
@@ -96,7 +95,7 @@ const server = new Project(
|
||||
sources: ['src/server/haxe'],
|
||||
main: 'ru.m.tankz.server.Server',
|
||||
})
|
||||
).bind(module, gulp);
|
||||
).bind(module);
|
||||
|
||||
/**
|
||||
* default
|
||||
|
||||
Reference in New Issue
Block a user