refactor(docs-infra): move minified lunr script to the generated directory (#27250)

PR Close #27250
This commit is contained in:
George Kalpakas
2018-11-23 21:03:21 +02:00
committed by Igor Minar
parent 445f7896c1
commit 33977a2ad5
5 changed files with 8 additions and 11 deletions

View File

@ -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 */ = {};