Ghislain B.
Ghislain B.
Hello, I was just looking as curiosity into your PR and noticed that you included jQuery, so your PR will most probably be rejected because if you look at the...
> Hi folks, just want to give assurance that we know the lack of Windows support is painful. Our goal is to have an official build for Windows before the...
@MaximBalaganskiy Today is the day, Aurelia-Slickgrid v7.0 now requries Aurelia 2. Again a big thanks for the help to migrate to Au2, it would not have been possible with your...
@MaximBalaganskiy hey I'm actually having a problem with the live demo website on GitHub, I change the base path to empty string but it still fill in the `base href="/"`...
didn't work either, same result. I'll post a comment on discourse  oh wait, I think it might be with `basePath: './'` instead...nope again same result :(
this sux if we now have to do that, it was working fine in Au1
nope still the same result with a slash and I tried your suggestion with `/aurelia-slickgrid` and it still breaks the website, it really has be an empty string it seems
that didn't work for me but maybe I was something different in my webpack config that keeps adding the slash
ahhh I found the issue, in my index.html, there a static base href defined, when even though I thought that it was added by WebPack, that wasn't the case...oops
so you also have a base href defined in yours but you set it to empty. another thing that is different is that you are using `index.ejs` and I used...