Class: SassListen::Adapter::Linux

Inherits:
Base
  • Object
show all
Defined in:
lib/sass-listen/adapter/linux.rb

Overview

Constant Summary collapse

OS_REGEXP =
/linux/i
DEFAULTS =
{
  events: [
    :recursive,
    :attrib,
    :create,
    :delete,
    :move,
    :close_write
  ],
  wait_for_delay: 0.1
}

Instance Attribute Summary

Attributes inherited from Base

#config, #options

Method Summary

Methods inherited from Base

#configure, #initialize, #start, #started?, #stop, usable?

Constructor Details

This class inherits a constructor from SassListen::Adapter::Base