autobahn js minify
This commit is contained in:
@@ -37,6 +37,7 @@ module.exports = function (grunt) {
|
||||
'client/lib/bootstrap-datepicker.js',
|
||||
'client/lib/bull.js',
|
||||
'client/lib/marked.min.js',
|
||||
'client/lib/autobahn.js',
|
||||
|
||||
'client/src/namespace.js',
|
||||
'client/src/exceptions.js',
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
"client/lib/bootstrap-datepicker.js",
|
||||
"client/lib/bull.js",
|
||||
"client/lib/marked.min.js",
|
||||
"client/lib/autobahn.js",
|
||||
"client/src/loader.js",
|
||||
"client/src/utils.js",
|
||||
"client/src/exceptions.js"
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
* these Appropriate Legal Notices must retain the display of the "EspoCRM" word.
|
||||
************************************************************************/
|
||||
|
||||
define('web-socket-manager', ['lib!client/lib/autobahn.js'], function () {
|
||||
define('web-socket-manager', [], function () {
|
||||
|
||||
var WebSocketManager = function (config) {
|
||||
this.config = config;
|
||||
|
||||
Reference in New Issue
Block a user