Skip to content

Commit 608256d

Browse files
author
Devendra
committed
adding external js files to all frameworks
1 parent 7a2cb7a commit 608256d

35 files changed

Lines changed: 14553 additions & 2357 deletions

File tree

Makefile.inc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,8 @@ CRYPTO_DIR=$(CORE_DIR)/crypto
1515
GIBBERISH_JS=$(CORE_DIR)/crypto/gibberish-aes.js
1616
WEBSOCKET_JS=$(CORE_DIR)/websocket.js
1717
ENCRYPT_JS=$(CORE_DIR)/crypto/encrypt-pubnub.js
18+
CRYPTO_OBJ_JS=$(CORE_DIR)/crypto/crypto-obj.js
19+
CRYPTOJS_HMAC_SHA256_JS=$(CORE_DIR)/external_js/hmac-sha256.js
20+
CRYPTOJS_ENC_BASE64_JS=$(CORE_DIR)/external_js/enc-base64-min.js
1821
PUBNUB_MIN_JS=pubnub.min.js
1922

0 commit comments

Comments
 (0)