Method: BootstrapEmail::SassCache#initialize

Defined in:
lib/bootstrap-email/sass_cache.rb

#initialize(type, style) ⇒ SassCache

Returns a new instance of SassCache.

[View source]

11
12
13
14
15
16
17
# File 'lib/bootstrap-email/sass_cache.rb', line 11

def initialize(type, style)
  self.type = type
  self.style = style
  self.file_path = "#{SASS_DIR}/#{type}"
  self.config_file = load_config
  self.checksum = checksum_files
end