Sha256: 6cf88728741b1b93871259ab90a5f728f2832854716b9bece37f3e54dca90b3c
Contents?: true
Size: 715 Bytes
Versions: 1
Compression:
Stored size: 715 Bytes
Contents
class GeneratorManifest def self.populate_record(m) %w( public public/stylesheets public/stylesheets/layout app app/views app/views/dougo_layout ).each do |dirname| m.directory dirname end %w( USAGE public/stylesheets/dougo_layout.css public/stylesheets/dougo_layout/nav-bg.png public/stylesheets/dougo_layout/footer.png public/stylesheets/dougo_layout/bg_highlight.png public/stylesheets/dougo_layout/bg_header.gif app/views/layouts/_navigate.html.erb app/views/layouts/_header.html.erb app/views/layouts/_footer.html.erb ).each do |filename| m.file filename, filename end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
dougo_layout-0.0.2 | rails_generators/generator_manifest.rb |