Sha256: c4f3458cb98990ea4855e589eab6935bc9709040cddc5008c3a170fabc769747
Contents?: true
Size: 291 Bytes
Versions: 25
Compression:
Stored size: 291 Bytes
Contents
# encoding: utf-8 require 'rake' require 'classy_assets' module ClassyAssets module Tasks def self.import! tasks_path = File.expand_path('../tasks/', __FILE__) Rake.application.add_import File.join(tasks_path, 'assets.rake') end end end ClassyAssets::Tasks.import!
Version data entries
25 entries across 25 versions & 1 rubygems