mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-09-12 21:03:32 -06:00
Clean up rake file
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
namespace :search do
|
||||
desc 'Generate the files needed for search functionality'
|
||||
task :init do
|
||||
puts 'Creating search data json file...'
|
||||
touch search-data.json
|
||||
|
||||
File.open('search-data.json', 'w') do |f|
|
||||
|
Reference in New Issue
Block a user