putdotio / putio-roku

Put.io for Roku (v1)
http://help.put.io/apps-and-integrations/roku
10 stars 3 forks source link

Fix build exclusions in Makefile #7

Closed kristianfreeman closed 9 years ago

kristianfreeman commented 9 years ago

This became apparent when a zipped build still included the build directory. While the directory should always be empty (the default make task clears the build folder before zipping), it does include the .git folder, which will become larger as the repository grows.

At current revision, the reduction in the build size is about 80%:

With .git folder: ~325kb
Without .git folder: ~65kb

Note that this while this branch is tracking upstream, the rest of my fork is quite different. Thought this would be a nice inclusion though :)

ghost commented 9 years ago

I'm so sorry for the late answer. I just merged your commit. Thanks.