Diego Bustamante

Results 18 comments of Diego Bustamante

Good morning! Has this been pushed out to schema-store yet?

I can't remember.. is the aurelia.json file obsolete in au2 ?

https://github.com/diegohb/samples-aurelia-vanilla_cli/compare/c3d23a3...master-task017 I was able to reproduce this again in a new repo using latest v31.0 aurelia-cli release.. pull latest on task017 branch and run **au test**.. will result in following...

i see it's related to https://github.com/aurelia/cli/issues/442

I'd love to know why this isn't working as expected to get a better understanding of the internals of the cli and current limitations .. https://github.com/diegohb/samples-aurelia-vanilla_cli/commit/20e557b5acb73e04a7f63d915494da27125cf41b 🆘

@JeroenVinke - thanks a lot! 👍 👍 👍

@johan-v-r - thanks! that's a great add.. i tried to pull down code also and was going to implement request 1 (multiple index files to update) but I couldn't get...

I found the code that updates the index page and it does not actually care about what kind of file it's pointed to.. so my request number 2 above is...

@AStoker - I don't think Platform.Index (at the top of the aurelia.json) is used for that.. you mean targets[x].Index - that *is* used for that. either way, I've managed to...

@jwx thanks a lot! Item 2 can be ignored because it already works that way, index file can be any type of file as long as regex matches. Item 3...