mirror of
https://github.com/thangisme/notes.git
synced 2025-02-21 06:57:46 -05:00
Clean up rake file
This commit is contained in:
parent
3ee6887c51
commit
c5aa0583cb
@ -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|
|
||||
|
Loading…
x
Reference in New Issue
Block a user