Open jodal opened 12 years ago
Hmm, was this a problem before or after I implemented the resource alternatives approach we discussed on web rebels?
This is with v0.6. I've never tried with master/v0.7. When did you implement the resource alternatives?
It's on master/0.7. Will ping you about it when I get it to a stage where you can play with it (the binaries are currently out of commission).
buster-coffee 0.1.4 released last week includes the ETag on compiled *.coffee.js
files.
Together with Buster.JS 0.6.12 I still have 1-2 seconds of CoffeeScript compilation before every test run, even though the browser typically got N-1 up to date *.coffee.js
files cached.
@jodal, has something changed with buster.js 0.7?
Not that I know of, but I don't really know, as I don't use buster-coffee myself any more.
ramp-resources doesn't reuse unchanged compiled files, so buster-coffee causes all files to becompiled on every test run. We discussed this on IRC in August, but we never resolved this:
The etag fix in buster-coffee is still unreleased, but as mentioned, it doesn't seem to be enough to resolve this issue.