Sha256: f2a087bbbbfe8180f66a937ed81b53a54065f321c232318794ba5a9ece061110
Contents?: true
Size: 297 Bytes
Versions: 1
Compression:
Stored size: 297 Bytes
Contents
namespace :assets do task :environment do Ecrire::Application.initialize! end end module Sprockets module Rails class Task < Rake::SprocketsTask def output File.join(Ecrire::Railtie.paths['public'].existent.first, app.config.assets.prefix) end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ecrire-0.20.0 | lib/ecrire/tasks/assets.rake |