lambdabaa / envoy

Envoy is a multiplayer trading card game built with meteor.
1 stars 0 forks source link

Speed up incremental builds #36

Open lambdabaa opened 10 years ago

lambdabaa commented 10 years ago

In https://github.com/gaye/envoy/commit/c208c450d0a3eb4ae122d4a1b8fdda038e880d1e we added an incremental, as-you-save build task that watches the app directory for source code changes and copies them over to build. Sadly, this is quite slow. We should speed things up by doing something like polling the filesystem more frequently or only copying over files which have been changed instead of the whole source tree.