Add done after creating content

This commit is contained in:
Patrick Marsceill
2018-10-23 13:09:23 -04:00
parent 0611696c2d
commit 62c7ac4729
2 changed files with 13 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ namespace :search do
puts 'Creating search data json file...'
touch 'assets/js/search-data.json'
content = %Q[{{ page.content | markdownify | strip_html | xml_escape | remove: 'Table of contents' | strip_newlines | replace: '\\', ' ' }}]
puts 'Done.'
puts 'Generating content...'
File.open('assets/js/search-data.json', 'w') do |f|