Sha256: 9738d5372a422db3c70fbda7834f49048554dcc96fc66483f90b9a0f697b121e
Contents?: true
Size: 297 Bytes
Versions: 3
Compression:
Stored size: 297 Bytes
Contents
module Inuitcss class InstallGenerator < ::Rails::Generators::Base source_root File.expand_path("../templates", __FILE__) desc "This generator adds inuit.css to the Rails asset pipeline" def install copy_file "inuit.scss", "app/assets/stylesheets/inuit.scss" end end end
Version data entries
3 entries across 3 versions & 1 rubygems