Updated weathericons to latest version and fixed weatherforecast.js which got broken because of it.

This commit is contained in:
xander
2016-08-03 11:43:28 +02:00
parent 33521ebd31
commit 281269aa0d
16 changed files with 7471 additions and 450 deletions

3
vendor/vendor.js vendored
View File

@@ -9,6 +9,7 @@
var vendor = {
'moment.js' : 'moment/moment-with-locales.js',
'weather-icons.css': 'weather-icons/weather-icons.css',
'weather-icons.css': 'weather-icons/css/weather-icons.css',
'weather-icons-wind.css': 'weather-icons/css/weather-icons-wind.css',
'font-awesome.css': 'font-awesome-4.5.0/css/font-awesome.min.css'
};