diff options
Diffstat (limited to 'Gruntfile.js')
-rw-r--r-- | Gruntfile.js | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 27bf1c1..bdab850 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -44,9 +44,7 @@ module.exports = function (grunt) { 'lodash': '../vendors/lodash/lodash', 'requireLib': '../vendors/requirejs/require', 'Mousetrap': '../vendors/mousetrap/mousetrap', - 'lunr': '../vendors/lunr.js/lunr', - 'URIjs': '../vendors/URIjs/src/', - 'ace': '../vendors/ace-builds/src-noconflict/' + 'URIjs': '../vendors/URIjs/src/' }, shim: { 'jQuery': { @@ -57,9 +55,6 @@ module.exports = function (grunt) { }, 'Mousetrap': { exports: 'Mousetrap' - }, - 'lunr': { - exports: 'lunr' } } } |