lambdabaa / envoy

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

Add a grunt task to build envoy on save #34

Closed lambdabaa closed 10 years ago

lambdabaa commented 10 years ago

In https://github.com/gaye/envoy/commit/dbf6ddccd774eba01d5ed42b1c0ddd4485e19f43 we added a "build" task that decoupled our source tree from the actual running of our app. This was a good thing. However, it also means that meteor's nice live updates are no longer working. We should add a grunt task to rebuild envoy when the source tree changes.