Class: Jekyll::J1LunrSearch::SearchIndexFile

Inherits:
StaticFile
  • Object
show all
Defined in:
lib/starter_web/_plugins/lunr_index.rb

Instance Method Summary collapse

Instance Method Details

#write(dest) ⇒ Object

Override write as the lunr index file has been already created



354
355
356
# File 'lib/starter_web/_plugins/lunr_index.rb', line 354

def write(dest)
  true
end