1
0
mirror of https://github.com/thangisme/notes.git synced 2024-07-27 00:04:27 -04:00

Clean up rake file

This commit is contained in:
Patrick Marsceill 2017-06-09 09:43:20 -04:00
parent 3ee6887c51
commit c5aa0583cb
No known key found for this signature in database
GPG Key ID: AEAF30C14952BCC5

View File

@ -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|