Class: Fewer::Engines::Css

Inherits:
Abstract show all
Defined in:
lib/fewer/engines/css.rb

Instance Attribute Summary

Attributes inherited from Abstract

#names, #root

Instance Method Summary collapse

Methods inherited from Abstract

#check_paths!, #initialize, #mtime, #paths, #read

Constructor Details

This class inherits a constructor from Fewer::Engines::Abstract

Instance Method Details

#content_typeObject



4
5
6
# File 'lib/fewer/engines/css.rb', line 4

def content_type
  'text/css'
end

#extensionObject



8
9
10
# File 'lib/fewer/engines/css.rb', line 8

def extension
  '.css'
end