video proxy complete

This commit is contained in:
Mark Moser
2014-09-15 21:41:16 -05:00
parent e164753ee9
commit 2add7ee700
6 changed files with 21 additions and 6 deletions

View File

@ -49,6 +49,11 @@ after_configuration do
sprockets.append_path File.join "#{root}", @bower_config["directory"]
end
#video pages
data.video.keys.each do |vdo|
proxy "video/#{vdo}.html", 'video/template.html', locals: {video: data.video[vdo]}, ignore: true
end
# Build-specific configuration
configure :build do
# For example, change the Compass output style for deployment