Skip to content

Commit

Permalink
add middleman binstub
Browse files Browse the repository at this point in the history
  • Loading branch information
indirect committed Nov 4, 2014
1 parent 7894a5e commit d815b68
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions bin/middleman
@@ -0,0 +1,16 @@
#!/usr/bin/env ruby
#
# This file was generated by Bundler.
#
# The application 'middleman' is installed as part of a gem, and
# this file is here to facilitate running it.
#

require 'pathname'
ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile",
Pathname.new(__FILE__).realpath)

require 'rubygems'
require 'bundler/setup'

load Gem.bin_path('middleman-core', 'middleman')

0 comments on commit d815b68

Please sign in to comment.