Sha256: 4e661db8398bce2babc6b7d118c385b4b028b0c6cafcc0872d87b8b458dd14f9
Contents?: true
Size: 629 Bytes
Versions: 11
Compression:
Stored size: 629 Bytes
Contents
#!/usr/bin/env ruby # =========================================================================== # Project: Abbot - SproutCore Build Tools # Copyright: ©2010 Apple Inc. # portions copyright @2006-2010 Sprout Systems, Inc. # and contributors # =========================================================================== if caller.empty? puts "FATAL: You need to invoke sc-server from an installed gem or through bundler. For more information, please visit http://github.com/sproutit/sproutcore-abbot/wiki/Using-Abbot-1.4-From-Source" exit end require "sproutcore" SC::Tools.invoke 'server' # EOF
Version data entries
11 entries across 11 versions & 1 rubygems