Sha256: ed23c37bba9846210deede4e0a312a5cb1517f7e674250842ba54717825c6b07
Contents?: true
Size: 325 Bytes
Versions: 1
Compression:
Stored size: 325 Bytes
Contents
module Refinery class BootstrapGenerator < Rails::Generators::Base source_root File.expand_path('../templates', __FILE__) def overwrite_application_stylesheet template 'app/assets/stylesheets/application.css', File.join(destination_root, 'app', 'assets', 'stylesheets', 'application.css') end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
refinerycms-bootstrap-0.0.1 | lib/generators/refinery/bootstrap/bootstrap_generator.rb |