Sha256: c72bc9c5a9f40503064e95b335c3628a8163d84c0039d4f2968de082b9f42e57

Contents?: true

Size: 264 Bytes

Versions: 23

Compression:

Stored size: 264 Bytes

Contents

namespace :activeexpansions do
  desc "Cache the active expansions to the {stylesheets,javascripts} cache directory"
  task :cache => :environment do
    Rails.application.expansions.javascripts.cache! and Rails.application.expansions.stylesheets.cache!
  end
end

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
active_assets-0.2.0.rc2 lib/tasks/active_expansions/cache.rake
active_assets-0.2.0.rc lib/tasks/active_expansions/cache.rake
active_assets-0.1.0 lib/tasks/cache.rake