mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 04:45:17 +00:00
fix recursive installation loop, added other vendor dependencies
This commit is contained in:
8
vendor/vendor.js
vendored
8
vendor/vendor.js
vendored
@@ -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'
|
||||
};
|
||||
|
Reference in New Issue
Block a user