stop supporting IE
1. stop polyfilling promises 2. use named defines for chainpad-listmap and its dependencies while we're at it use 'bower update' for things to workpull/1/head
parent
e3eb009826
commit
a2ad37a8ad
|
@ -30,7 +30,7 @@
|
|||
"secure-fabric.js": "secure-v1.7.9",
|
||||
"hyperjson": "~1.4.0",
|
||||
"chainpad-crypto": "^0.2.0",
|
||||
"chainpad-listmap": "^0.10.0",
|
||||
"chainpad-listmap": "^1.0.0",
|
||||
"chainpad": "^5.2.0",
|
||||
"file-saver": "1.3.1",
|
||||
"alertifyjs": "1.0.11",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
define([
|
||||
'jquery',
|
||||
'/bower_components/chainpad-listmap/chainpad-listmap.js',
|
||||
'chainpad-listmap',
|
||||
'/bower_components/chainpad-crypto/crypto.js',
|
||||
'/common/common-util.js',
|
||||
'/common/outer/network-config.js',
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
define([
|
||||
'/bower_components/chainpad-crypto/crypto.js',
|
||||
'/bower_components/chainpad-netflux/chainpad-netflux.js',
|
||||
'/bower_components/netflux-websocket/netflux-client.js',
|
||||
'chainpad-netflux',
|
||||
'netflux-client',
|
||||
'/common/common-util.js',
|
||||
'/common/common-hash.js',
|
||||
'/common/common-realtime.js',
|
||||
|
|
|
@ -161,7 +161,7 @@ define([
|
|||
|
||||
common.makeNetwork = function (cb) {
|
||||
require([
|
||||
'/bower_components/netflux-websocket/netflux-client.js',
|
||||
'netflux-client',
|
||||
'/common/outer/network-config.js'
|
||||
], function (Netflux, NetConfig) {
|
||||
var wsUrl = NetConfig.getWebsocketURL();
|
||||
|
|
|
@ -26,9 +26,9 @@ define([
|
|||
|
||||
'/bower_components/chainpad-crypto/crypto.js',
|
||||
'/bower_components/chainpad/chainpad.dist.js',
|
||||
'/bower_components/chainpad-netflux/chainpad-netflux.js',
|
||||
'/bower_components/chainpad-listmap/chainpad-listmap.js',
|
||||
'/bower_components/netflux-websocket/netflux-client.js',
|
||||
'chainpad-netflux',
|
||||
'chainpad-listmap',
|
||||
'netflux-client',
|
||||
'/bower_components/nthen/index.js',
|
||||
'/bower_components/saferphore/index.js',
|
||||
], function (ApiConfig, Sortify, UserObject, ProxyManager, Migrate, Hash, Util, Constants, Feedback,
|
||||
|
|
|
@ -6,7 +6,7 @@ define([
|
|||
'/common/outer/cache-store.js',
|
||||
'/customize/messages.js',
|
||||
'/bower_components/nthen/index.js',
|
||||
'/bower_components/chainpad-listmap/chainpad-listmap.js',
|
||||
'chainpad-listmap',
|
||||
'/bower_components/chainpad-crypto/crypto.js',
|
||||
'/bower_components/chainpad/chainpad.dist.js',
|
||||
], function (Util, Hash, Constants, Realtime, Cache, Messages, nThen, Listmap, Crypto, ChainPad) {
|
||||
|
|
|
@ -7,7 +7,7 @@ define([
|
|||
'/common/common-messaging.js',
|
||||
'/common/notify.js',
|
||||
'/common/outer/mailbox-handlers.js',
|
||||
'/bower_components/chainpad-netflux/chainpad-netflux.js',
|
||||
'chainpad-netflux',
|
||||
'/bower_components/chainpad-crypto/crypto.js',
|
||||
], function (Config, BCast, Util, Hash, Realtime, Messaging, Notify, Handlers, CpNetflux, Crypto) {
|
||||
var Mailbox = {};
|
||||
|
|
|
@ -3,7 +3,7 @@ define([
|
|||
'/common/common-hash.js',
|
||||
'/common/common-constants.js',
|
||||
'/common/common-realtime.js',
|
||||
'/bower_components/chainpad-listmap/chainpad-listmap.js',
|
||||
'chainpad-listmap',
|
||||
'/bower_components/chainpad-crypto/crypto.js',
|
||||
'/bower_components/chainpad/chainpad.dist.js',
|
||||
], function (Util, Hash, Constants, Realtime, Listmap, Crypto, ChainPad) {
|
||||
|
|
|
@ -918,7 +918,7 @@ var factory = function (Util, Hash, CPNetflux, Sortify, nThen, Crypto, Feedback)
|
|||
define([
|
||||
'/common/common-util.js',
|
||||
'/common/common-hash.js',
|
||||
'/bower_components/chainpad-netflux/chainpad-netflux.js',
|
||||
'chainpad-netflux',
|
||||
'json.sortify',
|
||||
'/bower_components/nthen/index.js',
|
||||
'/bower_components/chainpad-crypto/crypto.js',
|
||||
|
|
|
@ -6,7 +6,7 @@ define([
|
|||
|
||||
'/bower_components/nthen/index.js',
|
||||
'/bower_components/chainpad-crypto/crypto.js',
|
||||
'/bower_components/chainpad-listmap/chainpad-listmap.js',
|
||||
'chainpad-listmap',
|
||||
'/bower_components/chainpad/chainpad.dist.js',
|
||||
], function (Hash, Util, UserObject, Cache,
|
||||
nThen, Crypto, Listmap, ChainPad) {
|
||||
|
|
|
@ -14,9 +14,9 @@ define([
|
|||
'/common/cryptget.js',
|
||||
'/common/outer/cache-store.js',
|
||||
|
||||
'/bower_components/chainpad-listmap/chainpad-listmap.js',
|
||||
'chainpad-listmap',
|
||||
'/bower_components/chainpad-crypto/crypto.js',
|
||||
'/bower_components/chainpad-netflux/chainpad-netflux.js',
|
||||
'chainpad-netflux',
|
||||
'/bower_components/chainpad/chainpad.dist.js',
|
||||
'/bower_components/nthen/index.js',
|
||||
'/bower_components/saferphore/index.js',
|
||||
|
|
|
@ -16,6 +16,9 @@ define([
|
|||
cm: '/bower_components/codemirror',
|
||||
'tui-code-snippet': '/lib/calendar/tui-code-snippet.min',
|
||||
'tui-date-picker': '/lib/calendar/date-picker',
|
||||
'netflux-client': '/bower_components/netflux-websocket/netflux-client',
|
||||
'chainpad-netflux': '/bower_components/chainpad-netflux/chainpad-netflux',
|
||||
'chainpad-listmap': '/bower_components/chainpad-listmap/chainpad-listmap',
|
||||
},
|
||||
map: {
|
||||
'*': {
|
||||
|
|
|
@ -7,7 +7,7 @@ define([
|
|||
'/common/sframe-common.js',
|
||||
'/common/common-realtime.js',
|
||||
'/customize/application_config.js',
|
||||
'/bower_components/chainpad-listmap/chainpad-listmap.js',
|
||||
'chainpad-listmap',
|
||||
'/poll/render.js',
|
||||
'/poll/export.js',
|
||||
'/common/diffMarked.js',
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
define([
|
||||
'jquery',
|
||||
'/bower_components/chainpad-crypto/crypto.js',
|
||||
'/bower_components/chainpad-listmap/chainpad-listmap.js',
|
||||
'chainpad-listmap',
|
||||
'/common/toolbar.js',
|
||||
'/bower_components/nthen/index.js',
|
||||
'/common/sframe-common.js',
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
define([
|
||||
'jquery',
|
||||
'/bower_components/chainpad-crypto/crypto.js',
|
||||
'/bower_components/chainpad-listmap/chainpad-listmap.js',
|
||||
'chainpad-listmap',
|
||||
'/common/toolbar.js',
|
||||
'/bower_components/nthen/index.js',
|
||||
'/common/sframe-common.js',
|
||||
|
|
Loading…
Reference in New Issue