Remove useless omega-i18n copy task.

This commit is contained in:
FelisCatus 2016-03-17 13:54:37 +08:00
parent 5d26aa29a7
commit 72f8499e98

View File

@ -11,16 +11,6 @@ module.exports =
target_self:
src: 'omega_target_chromium_extension.min.js'
dest: 'build/js/'
i18n:
expand: true
cwd: '../omega-i18n'
src: ['**/*']
dest: 'build/_locales/'
i18n_zh:
expand: true
cwd: '../omega-i18n/zh_CN'
src: ['**/*']
dest: 'build/_locales/zh'
overlay:
expand: true
cwd: 'overlay'