Summary

In this chapter, we have seen how to use tools to build our Backbone application. First, you learned what a task runner is and the most popular choices available for Node. Then, we saw how Gulp works and creates tasks.

With Gulp, you can build a development environment and configure it in order to apply optimizations to your assets for the production environments. Gulp is stream-based, which means that you can grab a bunch of files from a glob specification and stream these files in order to apply transformations, such as compiling, concatenating, transpiling, and so on, as you need.

Task runners are amazing tools that allow you to automatize tasks. You can not only create development and production workflows, but also tasks for almost anything, which you don't want to repeat. For example, a task to make deployments.

In the next chapter, we will see how to test the Backbone applications. You will learn how to isolate and fake dependencies for easy testing, the what and how to make Backbone testing.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.191.237.194