From 24f71439739e30156a623d52df23df27cbe31b84 Mon Sep 17 00:00:00 2001 From: Karl Freeman Date: Thu, 13 Mar 2014 11:18:20 +0000 Subject: [PATCH] shouldn't be here --- middleman-templates/bin/middleman | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100755 middleman-templates/bin/middleman diff --git a/middleman-templates/bin/middleman b/middleman-templates/bin/middleman deleted file mode 100755 index 924f905d..00000000 --- a/middleman-templates/bin/middleman +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/env ruby - -require 'middleman-core/profiling' -if ARGV.include? '--profile' - Middleman::Profiling.profiler = Middleman::Profiling::RubyProfProfiler.new -end -Middleman::Profiling.start - -require "middleman-core/load_paths" -Middleman.setup_load_paths - -require "middleman-cli" - -# Change directory to the root -Dir.chdir(ENV["MM_ROOT"]) if ENV["MM_ROOT"] - -# Start the CLI -Middleman::Cli::Base.start