mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 11:50:00 +00:00
15 lines
327 B
JavaScript
15 lines
327 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.min.js',
|
|
'weather-icons.css': 'weather-icons/weather-icons.css',
|
|
'font-awesome.css': 'font-awesome-4.5.0/css/font-awesome.min.css'
|
|
};
|