Message from JavaScript discussions

November 2017

— Meh, I chose whichever was most available

— 

It does

node_modules/uglify-es/bin/uglifyjs -b -o prod-build/dist/differentia.js src/differentia.js
node_modules/uglify-es/bin/uglifyjs -o prod-build/dist/differentia.min.js src/differentia.js

which is -b for beautify, and the other does a minify

— Heh, nice

— Well, closure compiler does black magic it seems

— I'd like to add versioning too

— So it edits`package.json` version number for me

— But the attempt to make that... failed, lol

— Uhmmm

— Npm does that though

— Yeah, but I don't want everything in npm

— If you are contributing you need it ofc

— In fact I so highly dislike NPM, I barely allowed myself to use it in that makefile