jquery-release icon indicating copy to clipboard operation
jquery-release copied to clipboard

Make check for external dependencies extendable?

Open jzaefferer opened this issue 11 years ago • 0 comments
trafficstars

Core currently requires md5sum, UI requires unzip. Arguably those could all be replaced with node modules. Both UI and Mobile have their own implementation for creating md5 sums. Last I checked, there was no decent unzip implementation in node (archiver only does zipping; node's zlib wrapper only handles compression, not the actual archiving).

If we make the check extendable, we'd have move or duplicate it, since it can only run after _cloneRepo.

jzaefferer avatar Mar 21 '14 17:03 jzaefferer