You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2017/12/29 02:36:55 UTC

[GitHub] jacobrosenthal commented on issue #120: gopherjs test

jacobrosenthal commented on issue #120: gopherjs test
URL: https://github.com/apache/mynewt-newt/pull/120#issuecomment-354389516
 
 
   Poking around to see what file sizes are like. Not great.
   
   just reset command, no deps (even commenting out totally necessary binary dep)
   ```
   $ du -hs main.js
    72K	main.js
   ```
   add binary dep to make reset actually functional
   ```
   $ du -hs main.js
   388K	main.js
   ```
   basically everything(first commit)
   ```
   $ du -hs main.js
    13M	main.js
   ```
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services