split up util module, fix some rubocop complaints

This commit is contained in:
Thomas Reynolds 2016-01-31 14:13:52 -08:00
parent c5aabbbe4f
commit 3f18efeed9
13 changed files with 660 additions and 619 deletions

View file

@ -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
#