Sha256: 822a1a4ec0fecd737986d37db86654d7ce08f1cc7382990c27c84728a52e9d72
Contents?: true
Size: 377 Bytes
Versions: 2
Compression:
Stored size: 377 Bytes
Contents
require 'rails/generators' module BookshoutTheme class AssetsGenerator < Rails::Generators::Base desc 'Generate the assets for bookshout.com to test your app' def self.source_root File.expand_path('../../example/public/', File.dirname(__FILE__)) end def copy_assets directory 'bookshout-theme', 'public/bookshout-theme' end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
bookshout-theme-1.0.1 | lib/generators/bookshout_theme_generator.rb |
bookshout-theme-1.0.0 | lib/generators/bookshout_theme_generator.rb |