fix recursive installation loop, added other vendor dependencies

This commit is contained in:
fewieden
2017-03-14 11:49:20 +01:00
parent 328f15c2ea
commit bb08fe8113
15 changed files with 9 additions and 20809 deletions

8
vendor/vendor.js vendored
View File

@@ -8,9 +8,9 @@
*/
var vendor = {
'moment.js' : 'moment/moment-with-locales.js',
'moment-timezone.js' : 'moment/moment-timezone.js',
'weather-icons.css': 'weather-icons/css/weather-icons.css',
'weather-icons-wind.css': 'weather-icons/css/weather-icons-wind.css',
'moment.js' : 'node_modules/moment/min/moment-with-locales.js',
'moment-timezone.js' : 'node_modules/moment-timezone/moment-timezone.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'
};