Add a warning message to the logger.
This commit is contained in:
parent
2c05ccf9e9
commit
34478112ba
@ -2,12 +2,13 @@ module Compass
|
||||
|
||||
class Logger
|
||||
|
||||
DEFAULT_ACTIONS = [:directory, :exists, :remove, :create, :overwrite, :compile, :error, :identical]
|
||||
DEFAULT_ACTIONS = [:directory, :exists, :remove, :create, :overwrite, :compile, :error, :identical, :warning]
|
||||
|
||||
COLORS = { :clear => 0, :red => 31, :green => 32, :yellow => 33 }
|
||||
|
||||
ACTION_COLORS = {
|
||||
:error => :red,
|
||||
:warning => :yellow,
|
||||
:compile => :green,
|
||||
:overwrite => :yellow,
|
||||
:create => :green,
|
||||
|
Loading…
Reference in New Issue
Block a user