bolinfest / plovr

plovr: a Closure build tool
78 stars 49 forks source link

Avoid recompile if input files have not changed #98

Closed pcj closed 8 years ago

pcj commented 8 years ago

In regards to the plovr serve command, I've hacked CompileRequestHandler.java to examine input file modification dates against a cached output file and serve up the cached version if no local files have changed.

Is this something for a PR?

Would be interested in how others have solved this issue.

Paul

nicks commented 8 years ago

sure! I'd accept it.

pcj commented 8 years ago

OK. I have a deadline due next week that I have to focus on but will tune it into a PR following that.

nicks commented 8 years ago

this has been merged