mirror of
https://github.com/thangisme/notes.git
synced 2025-10-16 04:34:26 -04:00
Clean up rake file
This commit is contained in:
@@ -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|
|
||||||
|
Reference in New Issue
Block a user