mirror of
https://github.com/thangisme/notes.git
synced 2025-01-02 19:36:34 -05: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…
Reference in New Issue
Block a user