[client] update haxework. ep4

This commit is contained in:
2019-03-01 16:30:17 +03:00
parent 2d4c56d04c
commit a6323edb36
16 changed files with 159 additions and 221 deletions

View File

@@ -71,7 +71,11 @@ const client = new Project(
main: 'ru.m.tankz.Client',
assets: ['src/client/resources'],
//flags: ['bitmap_text'],
flags: ['dom'],
flags: [
'dom',
//'dev_layout',
//'bitmap_text',
],
}),
module.exports.generate
).bind(module, gulp);