-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathRakefile
34 lines (33 loc) · 1.32 KB
/
Rakefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
#!/usr/bin/env rake
# Add your own tasks in files placed in lib/tasks ending in .rake,
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
require File.expand_path('../config/application', __FILE__)
# require 'sdoc'
# require 'rdoc/task'
# RDoc::Task.new(:rdoc) do |rdoc|
# rdoc.rdoc_dir = 'doc/rdoc'
# rdoc.title = 'ComputeStacks'
# rdoc.generator = 'sdoc'
# rdoc.template = 'breeze' # sdoc, rails, breeze
# rdoc.options << '--line-numbers'
# rdoc.rdoc_files.include('README.md')
# rdoc.rdoc_files.include('CHANGELOG.md')
# rdoc.rdoc_files.include('CHANGELOG-INTERNAL.md')
# rdoc.rdoc_files.include('app/models/**/*.rb')
# rdoc.rdoc_files.include('app/controllers/api/admin/**/*.rb')
# rdoc.main = "README.md"
# rdoc.rdoc_files.include('app/models/**/*.rb')
# rdoc.rdoc_files.include('lib/includes/*.rb')
# end
# RDoc::Task.new(:rdoc) do |rdoc|
# rdoc.rdoc_dir = 'doc/rdoc'
# rdoc.title = 'ComputeStacks'
# rdoc.options << '--line-numbers'
# rdoc.rdoc_files.include('README.md')
# rdoc.rdoc_files.include('app/controllers/api/**/*.rb')
# # rdoc.rdoc_files.include('app/controllers/**/*.rb')
# # rdoc.rdoc_files.include('app/models/**/*.rb')
# # rdoc.rdoc_files.include('lib/includes/*.rb')
# end
CloudPortal::Application.load_tasks
Doorkeeper::Rake.load_tasks