Book Image

Rake Task Management Essentials

By : Andrey Koleshko
Book Image

Rake Task Management Essentials

By: Andrey Koleshko

Overview of this book

Table of Contents (18 chapters)
Rake Task Management Essentials
Credits
About the Author
Acknowledgements
About the Reviewers
www.PacktPub.com
Preface
Index

Summary


This chapter described one more useful feature of Rake: the capability to clean the build of your project with the standard clean task that goes out of the box.

In the next chapter, we will see how Rake is good at multithreading and how to run rake tasks in parallel.