elm-lang / elm-platform

Bundle of all core development tools for Elm
BSD 3-Clause "New" or "Revised" License
762 stars 125 forks source link

Add shallow clone option to git clone #173

Closed lyuha closed 6 years ago

lyuha commented 8 years ago

shallow clone can make faster than unshallow clone(fetching all histories of HEAD). Add options "--depth ", "--no-single-branch" to clone elm repos.

evancz commented 6 years ago

Some people use these for development. The overall build time is so dominated by compilation that I don't think this is worth it.