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