First Nunchucks Implementation.

This commit is contained in:
Michael Teeuw
2017-09-28 16:11:25 +02:00
parent 5fde095a6f
commit e01794a07f
10 changed files with 7178 additions and 19 deletions

3
vendor/vendor.js vendored
View File

@@ -12,7 +12,8 @@ var vendor = {
"moment-timezone.js" : "node_modules/moment-timezone/builds/moment-timezone-with-data.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"
"font-awesome.css": "node_modules/font-awesome/css/font-awesome.min.css",
"nunjucks.js": "node_modules/nunjucks/browser/nunjucks.min.js"
};
if (typeof module !== "undefined"){module.exports = vendor;}