-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Since c0db11b, the instructions in the README to npm run build do not work (Error: ENOENT: no such file or directory, open 'out/Common.min.js') because the out folder does not exist. The documentation should be updated to include an instruction to create the out directory before attempting to npm run build.
Since a600a87, the instructions in the README to npm run build don't work at all because package.json is not in the original location. The README should be updated to indicate how Common.js can be built with npm after these changes.
As of ce4d69a, When the "Bundler & Minifier" extension is installed for Visual Studio Community 2019 and zzz_onload.js is trivially changed and saved, Common.min.js is written to /out, but it is not minified.