Sha256: 26830f9980338278a88093c36bfe50ccd248c14943c9931885dde3c4ebad16fe

Contents?: true

Size: 260 Bytes

Versions: 1

Compression:

Stored size: 260 Bytes

Contents

module StyleSass
  module Generators
    class InstallGenerator < Rails::Generators::Base
      source_root File.expand_path("../../../..",__FILE__)

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

    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
StyleSass-0.1.2 lib/generators/style_sass/install_generator.rb