Skip to content

Commit

Permalink
Invoke clean before build
Browse files Browse the repository at this point in the history
  • Loading branch information
pangratz committed May 24, 2012
1 parent 1101111 commit 30c9240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ require 'colored'
require 'rake-pipeline'

desc "Build #{APPNAME}"
task :build do
task :build => :clean do
Rake::Pipeline::Project.new('Assetfile').invoke
end

Expand Down

0 comments on commit 30c9240

Please sign in to comment.