Greenheart / pagecrypt

Password Protected Single Page Applications and HTML files
GNU Affero General Public License v3.0
243 stars 26 forks source link

Setup dead code elimination for the build process #2

Closed Greenheart closed 3 years ago

Greenheart commented 3 years ago

Currently, the decrypt-template.html contains about 75% unused code that is shipped to production but not actually used for the simple login page.

This needs to be fixed to improve performance. The Pagecrypt decrypt-template.html wrapper should be as thin as possible.

Greenheart commented 3 years ago

No need after pagecrypt@3.0.0 which removes the large external dependencies for the frontend codebase