Skip to content

Commit

Permalink
Uncommenting clean target commented in the previous commit for faster…
Browse files Browse the repository at this point in the history
… debugging
  • Loading branch information
barancev committed Nov 12, 2014
1 parent 53863e7 commit fc8c909
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 @@ -477,7 +477,7 @@ desc "Generate a single file with WebDriverJS' public API"
task :webdriverjs => [ "//javascript/webdriver:webdriver" ]

task :release => [
# :clean,
:clean,
'//java/server/src/org/openqa/selenium/server:server:zip',
'//java/server/src/org/openqa/grid/selenium:selenium:zip',
'//java/client/src/org/openqa/selenium:client-combined:zip',
Expand Down

0 comments on commit fc8c909

Please sign in to comment.