choojs / choo

:steam_locomotive::train: - sturdy 4kb frontend framework
https://choo.io/
MIT License
6.78k stars 595 forks source link

Fix inspect script #654

Closed goto-bus-stop closed 6 years ago

goto-bus-stop commented 6 years ago

discify is a different module than intended. discify is an alternative to disc that works as a plugin, but we were using it as a separate command line program. This switches it out for disc. The disc command line program is called discify which is probably where the confusion came from.

Also swapped out unassertify and uglifyify for tinyify, which adds tree shaking.