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