Update Rakefile

This commit is contained in:
Oliver Kennedy 2017-02-02 22:08:39 -05:00
parent 693bc64785
commit 8cadb542be

View file

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