Book Image

Learning Underscore.js

By : Alexandru Vasile Pop
Book Image

Learning Underscore.js

By: Alexandru Vasile Pop

Overview of this book

Table of Contents (14 chapters)
Learning Underscore.js
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 7. Underscore.js Build Automation and Code Reusability

In the previous chapter, we discussed Underscore.js-related libraries, ECMAScript standards, and how to use ES6. We will now explore other advanced topics for using Underscore, such as:

  • Build automation with Gulp.js

  • Reusing code between client and server environments

The source code for the examples from this chapter is hosted online at https://github.com/popalexandruvasile/underscorejs-examples/tree/master/advanced-topics-2, and you can execute the examples using the Cloud9 IDE at the address https://ide.c9.io/alexpop/underscorejs-examples/ from the advanced-topics-2 folder.