mirror of
https://github.com/danbulant/api_docs
synced 2026-05-24 12:27:29 +00:00
Add "rake clobber" for to remove generated files
This commit is contained in:
parent
452876af0d
commit
bdebff8250
1 changed files with 3 additions and 0 deletions
3
Rakefile
3
Rakefile
|
|
@ -1,3 +1,6 @@
|
||||||
require 'middleman-gh-pages'
|
require 'middleman-gh-pages'
|
||||||
|
require 'rake/clean'
|
||||||
|
|
||||||
|
CLOBBER.include('build')
|
||||||
|
|
||||||
task :default => [:build]
|
task :default => [:build]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue