mjohnsonengr / mini-intruders

Space invaders clone
1 stars 0 forks source link

Use watch instead of relying on compile-on-save #14

Closed mjohnsonengr closed 8 years ago

mjohnsonengr commented 8 years ago

Currently I let Atom and atom-typescript compile each file when it is saved, but this is a problem in a couple of circumstances.

Using watch instead will grealy improve my productivity.