File: Rakefile

package info (click to toggle)
ruby-jekyll-asciidoc 3.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,536 kB
  • sloc: ruby: 1,802; sh: 36; makefile: 6
file content (2 lines) | stat: -rw-r--r-- 87 bytes parent folder | download | duplicates (2)
1
2
Dir['tasks/*.rake'].each {|rakefile| load rakefile }
task default: %w(spec lint build)