Book Image

CoffeeScript Application Development Cookbook

By : Mike Hatfield
Book Image

CoffeeScript Application Development Cookbook

By: Mike Hatfield

Overview of this book

Table of Contents (18 chapters)
CoffeeScript Application Development Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Introduction


In this chapter, we will look at preparing our application for deployment using a JavaScript task runner named Grunt to compile our source, copy files, clean build folders, and much more.

Once our application files are ready for deployment, we will demonstrate how to deploy our application to both the Heroku and Microsoft Azure cloud platforms.