Created by: ph-One
Fixed both instances of uglifyjs usage. Filenames should precede options.
@uglifyjs docs/assets/js/bootstrap.js -nc > docs/assets/js/bootstrap.min.tmp.js
uglifyjs bootstrap/js/bootstrap.js -nc > bootstrap/js/bootstrap.min.tmp.js
uglifyjs --help
uglifyjs input1.js [input2.js ...] [options]