Define jed path in main.js, not locales.js
This commit is contained in:
parent
0ca5f602e7
commit
5d4deffc48
@ -8,7 +8,6 @@
|
|||||||
(function (root, factory) {
|
(function (root, factory) {
|
||||||
require.config({
|
require.config({
|
||||||
paths: {
|
paths: {
|
||||||
"jed": "components/jed/jed",
|
|
||||||
"af": "locale/af/LC_MESSAGES/af",
|
"af": "locale/af/LC_MESSAGES/af",
|
||||||
"de": "locale/de/LC_MESSAGES/de",
|
"de": "locale/de/LC_MESSAGES/de",
|
||||||
"en": "locale/en/LC_MESSAGES/en",
|
"en": "locale/en/LC_MESSAGES/en",
|
||||||
|
1
main.js
1
main.js
@ -1,6 +1,7 @@
|
|||||||
config = {
|
config = {
|
||||||
baseUrl: '.',
|
baseUrl: '.',
|
||||||
paths: {
|
paths: {
|
||||||
|
"jed": "components/jed/jed",
|
||||||
"jquery": "components/jquery/dist/jquery",
|
"jquery": "components/jquery/dist/jquery",
|
||||||
"jquery.browser": "components/jquery.browser/dist/jquery.browser",
|
"jquery.browser": "components/jquery.browser/dist/jquery.browser",
|
||||||
"jquery.easing": "components/jquery-easing-original/jquery.easing.1.3", // XXX: Only required for https://conversejs.org website
|
"jquery.easing": "components/jquery-easing-original/jquery.easing.1.3", // XXX: Only required for https://conversejs.org website
|
||||||
|
Loading…
Reference in New Issue
Block a user