Sha256: 6b9fd318d0f6e6bc6d71c487b016bdab5d5398a760451662daeda140b60a2736

Contents?: true

Size: 616 Bytes

Versions: 2

Compression:

Stored size: 616 Bytes

Contents

require 'ginsu'
Ginsu::Knife.configure do |configure|

	# The default location of the static web site is 'site', but maybe your static
	# site includes 150 MB worth of Photoshop .psd files and you don't want those
	# in your Capistrano deployments.  Change the source path here if you want.
  # config.source = '/home/webproject/site'

  # config.slices << { :search => '#header', :static => 'index.html', :partial => 'header' }
  # config.slices << { :search => '#footer', :static => 'index.html', :partial => 'footer' }

  # config.links << { :static => 'galleries' }
  # config.links << { :static => 'news' }

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
endymion-ginsu-0.1.0 generators/ginsu/templates/config/initializers/ginsu.rb
endymion-ginsu-0.1.1 generators/ginsu/templates/config/initializers/ginsu.rb