From f6faa856fea0635952e2b77341d147b2204e6bc2 Mon Sep 17 00:00:00 2001 From: sayali Date: Thu, 23 Jul 2020 15:40:55 -0700 Subject: [PATCH] Hardcoding bootswatch version to 3.4.1+1 Fixing error : Potentially unhandled rejection [2] variable @path is undefined in file bower_components/bootswatch/sandstone/bootswatch.less line no. 10 --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 44cce994..8a042a8d 100644 --- a/bower.json +++ b/bower.json @@ -24,7 +24,7 @@ "angularjs-toaster": "~1.0.0", "angular-chart.js": "~0.8.8", "ngletteravatar": "~4.0.0", - "bootswatch": "~3.4.1", + "bootswatch": "3.4.1+1", "fontawesome": "~4.5.0", "satellizer": "~0.13.4", "angular-ui-router": "~0.2.15",