Sha256: 9e96f4032d00ac1cb8bf62f4e27c60faa4b56f74bc8b0ae2f63580c132441f59
Contents?: true
Size: 565 Bytes
Versions: 1
Compression:
Stored size: 565 Bytes
Contents
require 'sass' include Machine store_machine_output :filetype => "css" def chunk_list #turn off autodetection of uri's #TODO with the new format pattern this should be handled in the js format :inclusion_only end =begin format :file do view :core do |args| if params[:explicit_file] and r = controller.response r.headers["Expires"] = 1.year.from_now.httpdate end [ card.style_file, { :filename=>"#{card.cardname.url_key}.css", :x_sendfile=>true, :type=>'text/css', :disposition=>'inline' } ] end end =end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
wagn-1.13.0.pre2 | mods/standard/sets/right/style.rb |