refactor(docs-infra): move minified lunr
script to the generated
directory (#27250)
PR Close #27250
This commit is contained in:

committed by
Igor Minar

parent
445f7896c1
commit
33977a2ad5
@ -6,7 +6,7 @@
|
||||
var SEARCH_TERMS_URL = '/generated/docs/app/search-data.json';
|
||||
|
||||
// NOTE: This needs to be kept in sync with `ngsw-config.json`.
|
||||
importScripts('/assets/js/lunr.min.js');
|
||||
importScripts('/generated/lunr.min.js');
|
||||
|
||||
var index;
|
||||
var pages /* : SearchInfo */ = {};
|
||||
|
Reference in New Issue
Block a user