Custom Rake Applications

Reference

Rake를 Rakefile을 이용하여 실행하지 않고 library로 사용하는 방법입니다.


#!/usr/bin/env ruby

#gem 'rake', '>= 0.7.3'
require 'rake'

Rake.application.init('server')

### (write a Rakefile here)

Rake.application.top_level

0 Responses to “Custom Rake Applications”


  1. No Comments

Leave a Reply