dyoo / WeScheme

29 stars 16 forks source link

bin/compress-collections should be generalized to run through all our js files #49

Closed dyoo closed 12 years ago

dyoo commented 12 years ago

We should generalize and have it compress every JavaScript file under war. It should be, at the very least, smart enough to avoid re-compressing files that haven't been touched recently (a la Make)

dyoo commented 12 years ago

Fixed. bin/compress-js.rkt now does this.