Skip to content

Commit

Permalink
:clean task remove ember-tests.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Louis Coquio committed Jul 5, 2012
1 parent 3fb87cf commit 4939a6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Expand Up @@ -68,6 +68,7 @@ desc "Clean build artifacts from previous builds"
task :clean do
puts "Cleaning build..."
rm_rf "dist" # Make sure even things RakeP doesn't know about are cleaned
rm_f "tests/ember-tests.js"
puts "Done"
end

Expand Down

0 comments on commit 4939a6f

Please sign in to comment.