4f8759cdf3
Also, some tweaks to Maruku.
11 lines
198 B
Ruby
11 lines
198 B
Ruby
#
|
|
# NOTE: Keep this file clean.
|
|
# Add your customizations inside tasks directory.
|
|
# Thank You.
|
|
#
|
|
|
|
# load rakefile extensions (tasks)
|
|
Dir['tasks/*.rake'].sort.each { |f| load f }
|
|
|
|
# vim: syntax=ruby
|