Use mousetrap.js minified version

didn't see a reason it shouldn't use the minified version
v1.18.x
phit 8 years ago committed by GitHub
parent b72a928900
commit 00a06e9253

@ -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'
} }

Loading…
Cancel
Save