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

Summary


In this chapter, we explored Gulp: a build automation tool that simplifies deployments. The last major topic of the book was on how to reuse JavaScript code between client and server environments, and we identified Browserify as a key tool that makes CommonJS modules executable in the browser. The final section presented a workflow where ES6 modules can be reused between client and server via Browserify and babelify.