reasonml / reason-cli

Globally installable Reason toolchain.
MIT License
291 stars 23 forks source link

Repo size #72

Closed kamilchm closed 6 years ago

kamilchm commented 6 years ago

I wanted to clone this repo to tweak linux version a little but I found out it's 2GB in size. Is it possible to shrink it somehow?

zploskey commented 6 years ago

There are big release tags that get fetched when you do a normal clone. If you just clone the master branch using

git clone --single-branch https://github.com/reasonml/reason-cli.git

it winds up being less than 400K for me. A clone with --no-tags is similarly small.

kamilchm commented 6 years ago

It's better now, thx!