Skip to content

Commit 440c223

Browse files
committed
Lunr will be served directly on docs site
1 parent 4934af8 commit 440c223

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Gruntfile.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,8 +249,7 @@ module.exports = function (grunt)
249249
'node_modules/easeljs/lib/easeljs.js',
250250
'node_modules/tweenjs/lib/tweenjs.js'
251251
],
252-
'<%= paths.dest.js %>indexcanvas.js': ['<%= paths.src.js %>indexcanvas.js'],
253-
'<%= paths.dest.js %>lunr.js': ['node_modules/lunr/lunr.js']
252+
'<%= paths.dest.js %>indexcanvas.js': ['<%= paths.src.js %>indexcanvas.js']
254253
}
255254
]
256255
}

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
},
3333
"dependencies": {
3434
"easeljs": "1.0.2",
35-
"lunr": "2.3.8",
3635
"preloadjs": "1.0.1",
3736
"prismjs": "1.20.0",
3837
"textpattern-branding": "0.2.11",

0 commit comments

Comments
 (0)