diff --git a/Rakefile b/Rakefile index 427ae6a3..997ce17e 100644 --- a/Rakefile +++ b/Rakefile @@ -1,4 +1,3 @@ - $:.push "lib" require "gemsmith.rb" require "jdb.rb" @@ -90,9 +89,11 @@ site :odin_lab, out: "build" do end for_files(/grants\/index\.html/) do add_dependency "db/cv/okennedy/grants.json" + add_dependency "db/lab.json" end for_files(/papers\/index.html/) do add_dependency "db/publications.json" + add_dependency "db/lab.json" end for_files(/research\/.*\/index.html/) do add_dependency "db/lab.json"