|
|
@ -79,7 +79,7 @@ module.exports = function(Meta) {
|
|
|
|
// modules listed below are routed through express (/src/modules) so they can be defined anonymously
|
|
|
|
// modules listed below are routed through express (/src/modules) so they can be defined anonymously
|
|
|
|
modules: {
|
|
|
|
modules: {
|
|
|
|
"Chart.js": './node_modules/chart.js/dist/Chart.min.js',
|
|
|
|
"Chart.js": './node_modules/chart.js/dist/Chart.min.js',
|
|
|
|
"mousetrap.js": './node_modules/mousetrap/mousetrap.js',
|
|
|
|
"mousetrap.js": './node_modules/mousetrap/mousetrap.min.js',
|
|
|
|
"jqueryui.js": 'public/vendor/jquery/js/jquery-ui.js',
|
|
|
|
"jqueryui.js": 'public/vendor/jquery/js/jquery-ui.js',
|
|
|
|
"buzz.js": 'public/vendor/buzz/buzz.js'
|
|
|
|
"buzz.js": 'public/vendor/buzz/buzz.js'
|
|
|
|
}
|
|
|
|
}
|
|
|
|