From 597a7f7b407b42c766a9f401348d4a651a5d71be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodrigo=20Ram=C3=ADrez=20Norambuena?= Date: Sat, 1 Apr 2017 15:45:39 -0300 Subject: [PATCH] Bugfix introduced into bb08fe8113e37a6a44dc3ab4ca64fcf8a3ec200e This is work on Pull Request #803 and help of @johanhammar and @fewieden --- vendor/vendor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/vendor.js b/vendor/vendor.js index 7076cc45..953921d3 100644 --- a/vendor/vendor.js +++ b/vendor/vendor.js @@ -9,7 +9,7 @@ var vendor = { "moment.js" : "node_modules/moment/min/moment-with-locales.js", - "moment-timezone.js" : "node_modules/moment-timezone/moment-timezone.js", + "moment-timezone.js" : "node_modules/moment-timezone/builds/moment-timezone-with-data.js", "weather-icons.css": "node_modules/weathericons/css/weather-icons.css", "weather-icons-wind.css": "node_modules/weathericons/css/weather-icons-wind.css", "font-awesome.css": "node_modules/font-awesome/css/font-awesome.min.css"