modify build config

This commit is contained in:
kekee000
2014-11-21 23:34:34 +08:00
parent 6abd940f32
commit c6e5acf1de
3 changed files with 7 additions and 8985 deletions

View File

@@ -18,6 +18,9 @@ exports.getProcessors = function () {
}
}),
new ModuleCompiler( {
files: [
'src/fonteditor/main.js'
],
configFile: './module.conf'
}),
@@ -36,6 +39,7 @@ exports.getProcessors = function () {
'src/editor/*/*',
'src/editor/*/*/*',
'src/graphics/*',
'src/graphics/join/*',
'src/math/*',
'src/render/*',
'src/render/*/*',
@@ -44,7 +48,9 @@ exports.getProcessors = function () {
'src/ttf/*/*',
'src/ttf/*/*/*',
'src/fonteditor/dialog/*',
'src/fonteditor/widget/*'
'src/fonteditor/widget/*',
'src/fonteditor/controller/*',
'src/fonteditor/data/*'
]
})
];