Sha256: 1747fddf6da8ff5bb0264b7d54e8f1b7791581a63ae538db84cddf6f02dfb49e
Contents?: true
Size: 609 Bytes
Versions: 3
Compression:
Stored size: 609 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-build from an installed gem or through bundler. For more information, please visit http://github.com/sproutcore/abbot/wiki/Using-Abbot-1.4-From-Source" exit end require "sproutcore" SC::Tools.invoke 'build' # EOF
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
sproutcore-1.5.0.pre.3 | bin/sc-build |
sproutcore-1.4.5 | bin/sc-build |
sproutcore-1.4.5-java | bin/sc-build |