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