Use webpack instead of require.js for LDAP authentication.

Removing Japanese hardcoded strings (Needs gettext loading code).
This commit is contained in:
Gunther Brunner
2015-06-30 19:44:04 +09:00
parent 15a6a1ab24
commit c588dd87c6
15 changed files with 77 additions and 130 deletions

View File

@@ -27,7 +27,7 @@ module.exports = {
},
resolve: {
root: [
pathutil.resource('app/components'),
pathutil.resource('app/components')
],
modulesDirectories: [
'web_modules',