nobbyknox / hal

Home automation system
Apache License 2.0
0 stars 0 forks source link

Common utility file shared between web client and server #5

Closed nobbyknox closed 8 years ago

nobbyknox commented 8 years ago

Utilities are great, but when you can't have the same utilities on both the client and server, you start duplicating them. Let's avoid this by finding a way of sharing the utilities.

Seeing that I'm running HAL on various Linux and OS X machines, a simple symbolic link should do the trick. See if this is feasible and implement a solution if appropriate.

nobbyknox commented 8 years ago

Implemented via symbolic link. Works like a charm.