Sha256: f0c0f80d6a6a284dad443cfb803cced5d0273b02bbc971e0338a6a7a036879c4

Contents?: true

Size: 434 Bytes

Versions: 1

Compression:

Stored size: 434 Bytes

Contents

file_path 'public'
file_path 'foo'

asset_host 'http://cdn.gilt.com'
asset_hosts 'http://cdn1.gilt.com', 'http://cdn2.gilt.com'

asset_dir 'myassets'
templates_path 'myapp/templates'

template_preloader 'javascripts/handlebars.js'
template_partial 'Handlebars.registerPartial({*path*},{*template*});'

template_format 'GC.foo.t[{*path*}] = Handlebars.compile({*template*});'

cache_method 'param'

after_compile do
  a = 1
  a + 2
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
assette-0.0.6 examples/config/assets.rb