split up util module, fix some rubocop complaints
This commit is contained in:
parent
c5aabbbe4f
commit
3f18efeed9
13 changed files with 660 additions and 619 deletions
|
@ -49,7 +49,7 @@ module Middleman
|
|||
# Reference to lower level listener
|
||||
attr_reader :listener
|
||||
|
||||
IGNORED_DIRECTORIES = %w(.git node_modules .sass-cache)
|
||||
IGNORED_DIRECTORIES = %w(.git node_modules .sass-cache).freeze
|
||||
|
||||
# Construct a new SourceWatcher
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue