Welcome to the official repository for the Java Developers' Conference 2024 (JDC24) website.
This repository contains the source code and assets for the JDC24 conference website. The site provides information about the event, including schedules, speakers, venue details, and more.
We welcome contributions to improve the website. Please refer to the CONTRIBUTING.md file for guidelines on how to contribute.
This project is licensed under the MIT License.
NOTE: This is process is manual but for the control of cache to a server.
To automate the process of generating a manifest.json
file, you can use Node.js with a file-walking library. Follow the steps below:
Ensure you have the following prerequisites:
- Node.js and npm installed on your system.
Run the following command to create a new script file:
touch generate-manifest.js
Then, write the logic for generating the manifest.json
file in this script. When executed, the script will generate the manifest.json
file in the root directory of your project.
Locate the service-worker.js
file in your project and ensure the CACHE_NAME
is updated to reflect the current version or changes.
After generating the manifest.json
file and updating the service-worker.js
file, upload all the necessary files to your server to complete the deployment process.