Sha256: f605282ed24f95c0de11d04cd112e47dc82c0f985da11e8ddc4b45d06bb06f39
Contents?: true
Size: 248 Bytes
Versions: 20
Compression:
Stored size: 248 Bytes
Contents
class WheelsCheckoutAssetsGenerator < Rails::Generators::Base source_root File.expand_path('../templates', __FILE__) def checkout_files run "rm -rf public" run "git clone git@github.com:tylergannon/wheels_assets.git public" end end
Version data entries
20 entries across 20 versions & 1 rubygems