diff --git a/gruntfile.js b/gruntfile.js index 8fa14c66..fb11ad1f 100644 --- a/gruntfile.js +++ b/gruntfile.js @@ -81,7 +81,7 @@ module.exports = function(grunt) { files: [ { src: 'node_modules/jquery/dist/jquery.min.js', dest: 'public_html/lib/jquery.min.js' }, { src: 'node_modules/jquery.cookie/jquery.cookie.js', dest: 'public_html/lib/jquery.cookie.js' }, - { src: 'node_modules/Mousetrap/mousetrap.min.js', dest: 'public_html/lib/mousetrap.min.js' }, + { src: 'node_modules/mousetrap/mousetrap.min.js', dest: 'public_html/lib/mousetrap.min.js' }, { src: 'node_modules/pathjs/path.js', dest: 'public_html/lib/path.js' }, { src: 'node_modules/underscore/underscore-min.js', dest: 'public_html/lib/underscore.min.js' }, { src: 'node_modules/marked/lib/marked.js', dest: 'public_html/lib/marked.js' },