DEV Community

Discussion on: Offline-First with Node.js and Hoodie: A Practical Introduction to Progressive Web Apps

Collapse
 
eliasmqz profile image
Anthony Marquez

Thanks for this tutorial. Just wanted to point out that in the section when adding the list of files to cache it threw an error due to history.js not existing in the public/js directory, which leads to no transpiled version of it being created.

Collapse
 
pmbanugo profile image
Peter Mbanugo

Thanks, Anthony.

In the section Saving the Shopping List and viewing History I stated that you can optionally copy that file from the completed code on GitHub and add it to your working directory. If you didn't, it'll just raise an error which doesn't affect the working of the app.