From 1f12965f47a428a1456cb2ad23c56ab4517de0ff Mon Sep 17 00:00:00 2001 From: John Bintz Date: Wed, 15 Aug 2012 14:45:22 -0400 Subject: [PATCH] ensure compilation happens --- lib/sprockets/assistant/app_builder.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/sprockets/assistant/app_builder.rb b/lib/sprockets/assistant/app_builder.rb index 4bf6bbe..bef070c 100644 --- a/lib/sprockets/assistant/app_builder.rb +++ b/lib/sprockets/assistant/app_builder.rb @@ -31,6 +31,10 @@ module Sprockets register Sinatra::Sprockets + Sinatra::Sprockets.configure do |c| + c.compile = true + end + set :views, 'views' class_eval(&_app)