Richard Hinkamp

Results 8 comments of Richard Hinkamp

The problem is in `L.Draw.Polyline._onTouch`. This simulates mouse down+up so directly adding a new point. This should not work on just touchstart, but on touchstart+touchend like mousedown+mouseup I guess. I'v...

Hmm since we do not known what `` will be, we can never determine if `css/master.css` is the file we bust, or a file in some other directory. This worked...

How about an option `filePrefix` which can be set to `""` so it can recognize the correct path, including relative paths etc? I have this working so that's nice, but...

@carlotrimarchi I'm very low on time to create fixes, but I added some test cases which failed and fixed those. Could you provide a test case for the simple url...

Could anybody test with the fixes in PR #220? If that doesn't fix your setup, could you provide a test cases/config so I can look at it?

#211 fixes the relative path issue too, different approach so it works for all relative paths without any config.

Problem 2 is because I provided a real filename instead of a wildcard as source. This file replaced with a hashed file so later the filename in de source config...

I added the unit test and fix yesterday btw.