autobahn js minify

This commit is contained in:
yuri
2019-02-05 11:40:48 +02:00
parent 9e578f4edd
commit 4400c9bfa8
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -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"
+1 -1
View File
@@ -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;