Richard Szalay

Results 57 comments of Richard Szalay

I really appreciate everyone's involvement, by the way. It's great to have so many people (compared to to my other stuff) passionate about a project. My concern with this one...

I've looked into SlowCheetah and I just don't think it's going to work. Moving aside the issue of introducing a new dependency, SC itself just doesn't seem to have the...

Ok based on feedback, here's some initial thoughts on design that doesn't break compatibility with the way that Web.config transforms works currently: Discovery of _which_ config files to transform is...

An additional note on the "discovery" side of things. We do have access to any metadata assigns to `Content` items in any of the projects, but not `None` items. This...

It will. Would you be happy with that rule being all or nothing (all transforms are published and not applied, or none are)? The `GetTransformFilesToApplyOnPublish` approach could work, but it...

That's a neat trick! That will come in handy, I think That PublishUrl-based approach could be good too, behind an option. I'm always concerned with using something that may _already_...

Hey guys, I've just pushed [a branch](https://github.com/richardszalay/helix-publishing-pipeline/tree/feature/additional-transforms) that contains the initial implementation. It's got a few rough edges, so I'd like to either get a "beta" out or (better yet)...

(There are also a few broken tests that need resolving before I can merge)

Great idea. I propose the following rules: * Only run when the website project contains PackageReferences * Prefer contentFiles/ over content/ * Prefer a project file to a package file...

@ezlateva just to clarify, if the PackageReference with the content a reference of Website or one of the modules?