I've written my first Umbraco package - a simple photo gallery website.
I want to package it up, but it relies on ImageGen for resizing images.
I know that you have to add extra files such as any stylesheets, scripts and assemblies that you use, but how do I go about including another entire package with mine?
How do I create package that has dependencies?
I've written my first Umbraco package - a simple photo gallery website.
I want to package it up, but it relies on ImageGen for resizing images.
I know that you have to add extra files such as any stylesheets, scripts and assemblies that you use, but how do I go about including another entire package with mine?
Hey Adam,
I don't think you do, I think you just state on the installer "You must install ImageGen version xxx for this package to work correctly"
Rich
Ah, fair enough, that makes sense. It's a shame there isn't a NuGet like dependency system.
Thanks for the heads up though, makes my life a lot easier. :)
is working on a reply...