Parent

Methods

Files

StaticMatic::Configuration

Attributes

haml_options[RW]
preview_server_host[RW]
preview_server_port[RW]
sass_options[RW]

Public Class Methods

new() click to toggle source
# File lib/staticmatic/configuration.rb, line 11
def initialize
  self.preview_server_port = 3000
  self.use_extensions_for_page_links = true
  self.sass_options = {}
  self.haml_options = {}
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.