bin/gumdrop in gumdrop-0.8.0 vs bin/gumdrop in gumdrop-1.0.0
- old
+ new
@@ -1,16 +1,17 @@
#!/usr/bin/env ruby
# encoding: utf-8
# Copyright (c) 2011 M@ McCray. All rights reserved.
-# $: << File.expand_path(File.dirname(__FILE__) + "/../lib")
require 'rubygems'
require 'bundler/setup'
require 'gumdrop'
Bundler.require if File.exists?('Gemfile')
begin
if Gumdrop.in_site_folder?
+ # Pre-Fetch Site and load Gumdrop file
+ Gumdrop.site()
Gumdrop::CLI::Internal.start
else
Gumdrop::CLI::External.start
end
rescue Interrupt => e
\ No newline at end of file