Sha256: e1a1016aefa3826e1bff88ca68ff959b40184c14c930f2933d716bff59bcd6c3

Contents?: true

Size: 225 Bytes

Versions: 1

Compression:

Stored size: 225 Bytes

Contents

<%= yield %>

require "rake/sprocketstask"
Rake::SprocketsTask.new do |t|
  t.environment = MyApp.sprockets
  t.output      = "./public/assets"
  t.assets      = %w( * ) # or you want such as %w(application.js style.css)
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hisyo-0.2.0 data/generators/assistance/sprockets/Rakefile.erubis