mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-27 02:40:39 +01:00
Use mousetrap.js minified version
didn't see a reason it shouldn't use the minified version
This commit is contained in:
@@ -79,7 +79,7 @@ module.exports = function(Meta) {
|
||||
// modules listed below are routed through express (/src/modules) so they can be defined anonymously
|
||||
modules: {
|
||||
"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',
|
||||
"buzz.js": 'public/vendor/buzz/buzz.js'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user