Sha256: 023b7535d50cb4a076d3e1cc6ac6fb3ed99897cc1d7d7af11ea9d09c5ea9f284

Contents?: true

Size: 580 Bytes

Versions: 7

Compression:

Stored size: 580 Bytes

Contents

#!/usr/bin/env ruby
# ===========================================================================
# Project:   Abbot - SproutCore Build Tools
# Copyright: ©2010 Apple Inc.
#            portions copyright @2006-2011 Strobe 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 view the README 'Using Abbot From Source'."
  exit
end

require "sproutcore"

SC::Tools.invoke 'server'

# EOF

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
sproutcore-1.5.0-java bin/sc-server
sproutcore-1.5.0 bin/sc-server
sproutcore-1.5.0.rc.2 bin/sc-server
sproutcore-1.5.0.rc.1 bin/sc-server
sproutcore-1.5.0.pre.5 bin/sc-server
sproutcore-1.5.0.pre.4.1 bin/sc-server
sproutcore-1.5.0.pre.4 bin/sc-server