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.
In regards to the
plovr serve
command, I've hackedCompileRequestHandler.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