video proxy complete
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user