Skip to content

Commit

Permalink
require hook
Browse files Browse the repository at this point in the history
  • Loading branch information
hungtatai committed Aug 25, 2014
1 parent ca26e23 commit 4037ef9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main.rb
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ def require_lib
require "ui/#{f}"
end

%w{compass_patch hook_utils base_compass_hooker watch_hooker}.each do | f |
require "hook/#{f}"
end

end

def set_config_dir
Expand Down

0 comments on commit 4037ef9

Please sign in to comment.