lib/spinebox/config.rb in spinebox-0.0.10 vs lib/spinebox/config.rb in spinebox-0.0.11

- old
+ new

@@ -9,10 +9,11 @@ # Offer the configuration def self.configuration(&block) @@configuration ||= OpenStruct.new( :assets => Sprockets::Environment.new, - :views => Sprockets::Environment.new + :views => Sprockets::Environment.new, + :reload => true ) block.call(@@configuration) if block @@configuration end \ No newline at end of file