FormulaMonks / thicket

Thicket is a decentralized Vine clone built using IPFS
MIT License
26 stars 5 forks source link

Add minify step with build process #40

Open AquiGorka opened 6 years ago

AquiGorka commented 6 years ago

Ref: here

In order to run yarn build successfully we needed to remove the minify step from the build process. We need to be able to integrate it back to minify our code deployed to production.

tldr;

AquiGorka commented 6 years ago

Maybe there is a reason why the IPFS team uses Aegir. This might help out anyone working on this issue in the future.