Sha256: c9f9f4661cf2804cd3df7a326b6836aad47d322438655e8c12035fef2629609b
Contents?: true
Size: 665 Bytes
Versions: 1
Compression:
Stored size: 665 Bytes
Contents
class GeneratorManifest def self.populate_record(m) %w( public/stylesheets app/views/layouts public/stylesheets/dougo_layout ).each do |dirname| m.directory dirname end %w( public/stylesheets/dougo_layout/bg_highlight.png public/stylesheets/dougo_layout/bg_header.gif app/views/layouts/_navigate.html.erb public/stylesheets/dougo_layout/nav-bg.png public/stylesheets/dougo_layout.css public/stylesheets/dougo_layout/footer.png 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.4 | rails_generators/generator_manifest.rb |