servo / rust-mozjs

DEPRECATED - moved to servo/mozjs instead.
Mozilla Public License 2.0
293 stars 122 forks source link

Make build script use rerun-if-changed #380

Closed jdm closed 6 years ago

jdm commented 6 years ago

Right now any time you modify one of the test files, the whole library needs to be rebuilt. We should scope the rebuild to any file in src/ instead.