Sha256: 307a6bcc5f173ab93d9252f8a8ce470f59e5f5dd48a32ca6067c426033cbed4e

Contents?: true

Size: 413 Bytes

Versions: 17

Compression:

Stored size: 413 Bytes

Contents

gem "nifty-generators"
after_bundler do
  remove_file 'app/views/layouts/application.html.erb' # use nifty layout instead
  
  if scrolls.include? 'haml'
    generate 'nifty:layout --haml'
  else
    generate 'nifty:layout'
  end

  generate 'nifty:config'

end
__END__

name: nifty-generators
description: "Use RyanB's nifty template generators."
author: amolk

category: templating
exclusive: template_generator

Version data entries

17 entries across 17 versions & 3 rubygems

Version Path
appscrolls-0.11.2 scrolls/untested/nifty_generators.rb
appscrolls-0.11.1 scrolls/untested/nifty_generators.rb
appscrolls-0.11.0 scrolls/untested/nifty_generators.rb
appscrolls-0.10.1 scrolls/untested/nifty_generators.rb
appscrolls-0.10.0 scrolls/untested/nifty_generators.rb
appscrolls-0.9.0 scrolls/untested/nifty_generators.rb
appscrolls-0.8.4 scrolls/zzz/nifty_generators.rb
appscrolls-0.8.3 scrolls/zzz/nifty_generators.rb
appscrolls-0.8.2 scrolls/zzz/nifty_generators.rb
appscrolls-0.8.1 scrolls/zzz/nifty_generators.rb
appscrolls-0.8.0 scrolls/zzz/nifty_generators.rb
appscrolls-0.7.1 scrolls/zzz/nifty_generators.rb
appscrolls-0.7.0 scrolls/zzz/nifty_generators.rb
eldarscrolls-0.7.0 scrolls/zzz/nifty_generators.rb
ey_rails_wizard-0.6.0 scrolls/zzz/nifty_generators.rb
ey_rails_wizard-0.5.0 scrolls/nifty_generators.rb
ey_rails_wizard-0.4.0 scrolls/nifty_generators.rb