Melissa
02/22/2023, 7:31 PMLocalDistribution/tmp/extensions/
when running gulp extension:local
Anyone seen this? Thank you!Melissa
02/22/2023, 7:38 PMif(application_manifest)
{
var entry_points = application_manifest.application;
_.each(entry_points, function(application)
{
js_dest.push(path.join(javascript_destination, application + '_ext.js'));
});
}
application_manifest is undefined in a log right before that code, so I am guessing that’s why. Not sure why that would be undefined and not error out in the terminal??