ethpm / ethpm-spec

Ethereum Package Manager http://ethpm.github.io/ethpm-spec/
165 stars 30 forks source link

Minify pkgs & create pretty versions #114

Closed njgheorghita closed 6 years ago

njgheorghita commented 6 years ago

fixes #105

gnidan commented 6 years ago

Ah shoot @njgheorghita I had to do this separately. I just pushed a pre-minify branch with only the renames. What command did you run to minify, so I can do that? Alternatively, want to redo it yourself so you don't lose commit credit?

njgheorghita commented 6 years ago

@gnidan No worries - I have a little script to minify/prettify so I just went ahead and did it again. Though - I did git mv all the files before creating the minified versions and it seems as though git is still not recognizing the rename? Possibly because it recognizes 1.0.0.json as being changed to strict - not renamed to -pretty.json

gnidan commented 6 years ago

Ahhh! Git is living up to its name. Oh well. Goodbye git blame :)