Summary

In this chapter we learned how to take our finished applications and prepare them for release to the world. We used a JavaScript compressor to combine and compress all of our JavaScript files into one compact file. Then we used the Application Cache API to make an application available offline.

We covered the following concepts in this chapter:

  • How to combine and compress JavaScript files using the YUI Compressor
  • How to create a command-line script that packages up our applications and gets them ready for release
  • How to use the Application Cache API to cache an application and make it available offline
  • How to create a cache manifest file and define cached, non-cached, and fallback files
  • How to programmatically check when the manifest file has ...

Get HTML5 Web Application Development By Example Beginner's guide now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.