slashdotdash / jekyll-lunr-js-search

[UNSUPPORTED] Jekyll + lunr.js = static websites with powerful full-text search using JavaScript
MIT License
548 stars 109 forks source link

ERROR `/js/search.js.map' not found. #101

Open soulpimp opened 8 years ago

soulpimp commented 8 years ago

For whatever reason this seems to pop up from time to time and renders the search box useless. It's added as the last line in the search.min.js, but I can't figure out how to stop it from being regenerated.

cheshire137 commented 8 years ago

In my _config.yml, I added keep_files: [js/search.js.map].

gavgrego commented 8 years ago

@cheshire137 thank you for this! Was driving myself crazy