From 9f87e6e39f65326db7593add0f37c57478b8b34b Mon Sep 17 00:00:00 2001 From: Dave Schafer <36951291+daveschafer@users.noreply.github.com> Date: Fri, 20 Apr 2018 13:26:53 +0200 Subject: [PATCH] Update bower.json Google's crypto-js package URL changed, so grunt reports an 404 error because it cannot find the crypto-js dependency and therefore no compilation was possible. Added the new official Google crypto-js v3.1.2 URL. --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 338a36c..d21859b 100644 --- a/bower.json +++ b/bower.json @@ -6,7 +6,7 @@ ], "dependencies": { "touchscroll": "https://raw.github.com/davidaurelio/TouchScroll/master/dist/touchscroll.zip", - "crypto-js": "https://crypto-js.googlecode.com/files/CryptoJS%20v3.1.2.zip", + "crypto-js": "https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/crypto-js/CryptoJS%20v3.1.2.zip", "jquery": "~ 1.9.0", "bootstrap": "~ 2.3.2" },