Skip to content

Commit

Permalink
Add "rake clobber" for to remove generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
Maks3w committed May 18, 2015
1 parent 452876a commit bdebff8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Rakefile
@@ -1,3 +1,6 @@
require 'middleman-gh-pages'
require 'rake/clean'

CLOBBER.include('build')

task :default => [:build]

0 comments on commit bdebff8

Please sign in to comment.