Darrell

Results 252 comments of Darrell

So you propose that something watches for file changes and copies them over automatically when they change? My only issue with disk based deployment (I.e bypassing dnn's installer logic and...

Also, re the apparent site restart after a module install with no dll's - this is something that I think I've seen before, so I dont think it's just you....

> What would it hurt to copy over everything in the Resources.zip and the controls? That would be ok. I think DnnPackager will first have to inspect the manifest, to...

I will look to address this using a "--watch" style command after the 3.0 milestone.

Great question. I have no idea! If it doesn't, feel free to raise a bug. I suspect it wont work because this has not beem tested to my knowledge.

DnnPackager is an exe so can be called from the command line. It should display help text to show you the commands. One of the commands is a deploy command...

THanks @SCullman - I like the look of your implementation here: https://github.com/SCullman/dnn-sitegroups/tree/dnn-module/portalgroups I see you managed to set up attributes to control the manifest - thats something I was considering...

The way I see this working, is to call `Watch()` on the underlying provider for each `include` pattern. Then evaluate the exclude patterns after the change tokens from the underlying...