diff --git a/app.rb b/app.rb index fd2fb58da..a79626124 100644 --- a/app.rb +++ b/app.rb @@ -99,6 +99,11 @@ erb :needed end +get '/javascript_pages_to_scrape.txt' do + headers 'Content-Type' => 'text/plain' + body url('/needed.html') +end + get '/*.css' do |filename| scss :"sass/#{filename}" end