Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.3 KB

File metadata and controls

24 lines (17 loc) · 1.3 KB

Distribution folder

This folder contains the runtime files for the application.

The following files have been created manually and can be modified if needed:

file description
app.html Application HTML container, used as top-level entry point
icon.svg Application icon file
manifest.json Application manifestto declare as a Progressive Web App
README.md This file

The files below are generated by the build process:

file description
app.min.js Application code, transpiled to JS, bundled and minified
app.min.js.map Application map file (optional), to ease debugging

For details on the code embedded in app.min.js, see the src README file.

For details on how to generate app.min.js, see the top-level README file