Aria Stewart
Aria Stewart
Oh! I bet I know what it is. Change your specialization map to include the extension on the filename of the template.
try ``` { "noprods.dust": [ { "is": "shopsite/noprods.dust", "when": { "template.is": "shopsite" } } ] } ```
Well nuts! that should work!
I'll have to try later -- I've my job to get to at the moment, but I may see if I can delve into this in the kraken specialization sample...
Not as it stands -- might be able to tweak the map if you can get a reference to it, but I'd have to see if it's cleanly exposed or...
I'm up to my elbows in the guts right now and it looks like the main templates should be working properly, but partials aren't passing the full information, and therefore...
So yes, I can confirm this is a bug. It's actually a bug in adaro, which should be fixed by https://github.com/krakenjs/adaro/pull/92
You can install the module from the git branch to test, or apply my changes -- they're simple -- to your existing copy.
kraken is going to fight you a bit on the dynamic specialization. It does a bit of extra work to keep people from using the config as a data store...
Any chance I can get this or another approach to error handling integrated?