mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 11:50:00 +00:00
17 lines
451 B
JavaScript
17 lines
451 B
JavaScript
/* exported vendor */
|
|
|
|
/* Magic Mirror
|
|
* Vendor File Definition
|
|
*
|
|
* By Michael Teeuw http://michaelteeuw.nl
|
|
* MIT Licensed.
|
|
*/
|
|
|
|
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',
|
|
'font-awesome.css': 'font-awesome-4.5.0/css/font-awesome.min.css'
|
|
};
|