aboutsummaryrefslogtreecommitdiff
path: root/site
diff options
context:
space:
mode:
authorIvan Topolnjak <ivantopo@gmail.com>2014-03-18 23:21:27 -0300
committerIvan Topolnjak <ivantopo@gmail.com>2014-03-18 23:25:38 -0300
commitc0784898f23472eed0f58e64bf776ea77bb43454 (patch)
tree71129cfb0975847d6578cb28aee3f90426f3d04d /site
parentcf72210d2c9303467aac206d8fb7aff6d5c7cda7 (diff)
downloadKamon-c0784898f23472eed0f58e64bf776ea77bb43454.tar.gz
Kamon-c0784898f23472eed0f58e64bf776ea77bb43454.tar.bz2
Kamon-c0784898f23472eed0f58e64bf776ea77bb43454.zip
upgrade to sbt 0.13.1
Diffstat (limited to 'site')
-rw-r--r--site/src/main/jekyll/_plugins/pygments_code.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/site/src/main/jekyll/_plugins/pygments_code.rb b/site/src/main/jekyll/_plugins/pygments_code.rb
index c83ab474..bb70a3b7 100644
--- a/site/src/main/jekyll/_plugins/pygments_code.rb
+++ b/site/src/main/jekyll/_plugins/pygments_code.rb
@@ -1,10 +1,6 @@
require 'pygments'
require 'fileutils'
require 'digest/md5'
-#require 'colorator'
-
-PYGMENTS_CACHE_DIR = File.expand_path('../../.pygments-cache', __FILE__)
-FileUtils.mkdir_p(PYGMENTS_CACHE_DIR)
module Octopress
module Pygments