Class: Sinatra::AssetPack::Package

Inherits:
Object
  • Object
show all
Defined in:
lib/helios/frontend.rb

Overview

Workaround for Sinatra::Assetpack bug See github.com/helios-framework/helios/issues/68

Instance Method Summary collapse

Instance Method Details

#to_production_html(path_prefix, options = {}) ⇒ Object



71
72
73
# File 'lib/helios/frontend.rb', line 71

def to_production_html(path_prefix, options={})
  to_development_html(path_prefix, options)
end