1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-03 09:49:17 +02:00

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',