18F / jekyll_pages_api_search

DEPRECATED - Jekyll search plugin based on lunr.js and jekyll_pages_api
https://rubygems.org/gems/jekyll_pages_api_search
Other
39 stars 8 forks source link

Compile index with Node.js instead of therubyracer #16

Closed mbland closed 8 years ago

mbland commented 8 years ago

Though I was able to build the libv8 and therubyracer gems on Windows 8, therubyracer would always cause an interpreter segfault when the interpreter would exit. Rather than diving deeper down the rabbit hole, switching to using an external Node.js interpreter seemed the more expedient and portable option, even though it requires the user to install Node.js separately.

Confirmed that this works on Windows 8, as well as other platforms.

cc: @afeld @catherinedevlin @andrewmaier @mtorres253