m-lab / ndt7-js

Apache License 2.0
22 stars 17 forks source link

Remove compiled / minified source code from Git #26

Open RA80533 opened 3 years ago

RA80533 commented 3 years ago

Minified content is assumed to be ready for consumption due to its association with post-processing workflows. The minified files in the repository are not actually ready for consumption in certain browsers due to the use of Node.js-specific features such as require. This isn't very apparent because the files are minified.

Minification is typically the last step in post-processing workflows, occurring prior to content deployment via npm or some other medium (e.g., CDNs).