Sha256: 69a42ede9e7bd1aaeafcc53cf866d9582f4b5b42cd9bd7a59e4493752383f695

Contents?: true

Size: 382 Bytes

Versions: 1

Compression:

Stored size: 382 Bytes

Contents

module Dashstrap
  module Generators
    # Generator responsible for `install` generator
    class InstallGenerator < Rails::Generators::Base
      source_root File.expand_path('../../templates', __FILE__)

      desc 'Copy all the necessary files to use Dashstrap'

      def copy_scss_manifest
        directory 'stylesheets', 'app/assets/stylesheets'
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
dashstrap-0.1.0 lib/generators/dashstrap/install_generator.rb