Serge van den Oever
Serge van den Oever
Files are referenced relative from the initial root file where includes are started.
As far as I can see you can include a partial file, and in this partial file include another partial file.
I get a 404... nothing to see in browser developer console (because it is a 404). Anything else I can look in to?
Hi @michaellwest, thanks for responding so fast! I found a file `C:\inetpub\wwwroot\sergesc.dev.local\App_Config\Include\zzzserge.SPE.config.disabled`, renamed it to ` zzzserge.SPE.config` and did an IISReset, but still the same results. Is there something else...
I currently have this:  so I enabled the file Spe.IdentityServer.config, but still the same issue. Or did I misunderstood you?
The file `zzzserge.SPE.config``` contains: ```xml true ``` I did the same changes directly in `Spe.config` as well on my adventures to get PowerShell remoting working. I tried to disable the...
Found part of the solution.... there is a third argument to the transform function called `config`: ```typescript interface TransformFunction { (content: string, options: Record, config?: ProcessedConfig): string; } interface ProcessedConfig...
Any news on this issue? Would love to work with Continuous... Do other people have it working?
+1, and required property!!
Same here... did you manage to solve this issue?