public
Description: Ruby build tools for the SproutCore JavaScript framework. Install via sudo gem install sproutcore
Homepage: http://www.sproutcore.com
Clone URL: git://github.com/sproutit/sproutcore-buildtools.git
100644 9 lines (6 sloc) 0.316 kb
1
2
3
4
5
6
7
8
9
require 'config/requirements'
require 'config/hoe' # setup Hoe + all gem configuration
 
APP_ROOT = File.expand_path(File.dirname(__FILE__))
 
# Set directories you want ignored in the manifest.
IGNORE_DIRS = ['assets', 'pkg', 'samples', 'doc', 'log', 'public', 'tmp']
 
Dir['tasks/**/*.rake'].each { |rake| load rake }