Update changelog, bump pluggable.js, move files to 3rdparty directory

This commit is contained in:
JC Brand 2017-01-26 09:35:17 +00:00
parent 527ed7bb64
commit 327507412b
5 changed files with 4 additions and 4 deletions

View File

View File

View File

View File

@ -65,8 +65,8 @@ require.config({
"converse-vcard": "src/converse-vcard",
// Off-the-record-encryption
"bigint": "src/bigint",
"crypto": "src/crypto",
"bigint": "3rdparty/bigint",
"crypto": "3rdparty/crypto",
"crypto.aes": "node_modules/otr/vendor/cryptojs/aes",
"crypto.cipher-core": "node_modules/otr/vendor/cryptojs/cipher-core",
"crypto.core": "node_modules/otr/vendor/cryptojs/core",
@ -79,7 +79,7 @@ require.config({
"crypto.sha1": "node_modules/otr/vendor/cryptojs/sha1",
"crypto.sha256": "node_modules/otr/vendor/cryptojs/sha256",
"salsa20": "node_modules/otr/build/dep/salsa20",
"otr": "src/otr",
"otr": "3rdparty/otr",
// Locales paths
"locales": "src/locales",
@ -103,7 +103,7 @@ require.config({
"uk": "locale/uk/LC_MESSAGES/converse.json",
"zh": "locale/zh/LC_MESSAGES/converse.json",
"moment_with_locales": "src/moment_locales",
"moment_with_locales": "3rdparty/moment_locales",
'moment_af': "node_modules/moment/locale/af",
'moment_de': "node_modules/moment/locale/de",
'moment_es': "node_modules/moment/locale/es",