Skip to content

Commit

Permalink
Remove win32console require
Browse files Browse the repository at this point in the history
win32console (https://github.com/luislavena/win32console) is deprecated
in favour of ANSICON (https://github.com/adoxa/ansicon).
  • Loading branch information
denisdefreyne committed Jul 24, 2016
1 parent 684f81b commit cc110f1
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions lib/nanoc/cli.rb
Expand Up @@ -6,13 +6,6 @@
exit 1
end

if Nanoc.on_windows?
begin
require 'Win32/Console/ANSI'
rescue LoadError
end
end

# @api private
module Nanoc::CLI
module Commands
Expand Down

0 comments on commit cc110f1

Please sign in to comment.