Sha256: d8e347c3af93003a7dc8e94e36322a73e18e6a01dffd7a84b780563c7cf27323
Contents?: true
Size: 574 Bytes
Versions: 7
Compression:
Stored size: 574 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-gen 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 'gen' # EOF
Version data entries
7 entries across 7 versions & 1 rubygems