Sha256: be3e28958234e324617cc9b2414474a730bc3c9fa245c94823f40f92a5b09553
Contents?: true
Size: 287 Bytes
Versions: 20
Compression:
Stored size: 287 Bytes
Contents
class WheelsCheckoutAssetsReadonlyGenerator < 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" run "rm -rf public/.git" end end
Version data entries
20 entries across 20 versions & 1 rubygems