mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-04-22 02:52:23 -06:00
Clean up rake file
This commit is contained in:
parent
3ee6887c51
commit
c5aa0583cb
@ -1,5 +1,7 @@
|
|||||||
namespace :search do
|
namespace :search do
|
||||||
|
desc 'Generate the files needed for search functionality'
|
||||||
task :init do
|
task :init do
|
||||||
|
puts 'Creating search data json file...'
|
||||||
touch search-data.json
|
touch search-data.json
|
||||||
|
|
||||||
File.open('search-data.json', 'w') do |f|
|
File.open('search-data.json', 'w') do |f|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user