1
0
mirror of https://github.com/thangisme/notes.git synced 2025-10-09 12:04:02 -04:00

Add search namespace

This commit is contained in:
Patrick Marsceill
2017-06-08 14:24:29 -04:00
parent 146b9238cc
commit 3ee6887c51

View File

@@ -1,3 +1,4 @@
namespace :search do
task :init do task :init do
touch search-data.json touch search-data.json
@@ -16,3 +17,4 @@ task :init do
}' }'
end end
end end
end