Sha256: 58b9484e84118432b2566e4b03dfb4d9daac36f61caf2c13db2c547afd004a86

Contents?: true

Size: 576 Bytes

Versions: 7

Compression:

Stored size: 576 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-init 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 'init'

# EOF

Version data entries

7 entries across 7 versions & 1 rubygems

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