Fix empty asset manifest
This commit is contained in:
@@ -288,6 +288,7 @@ class AssetHelper {
|
||||
asset = new Asset ("", "manifest/" + library.name + ".json", AssetType.MANIFEST);
|
||||
asset.library = library.name;
|
||||
asset.data = manifest.serialize ();
|
||||
if (manifest.assets.length == 0) asset.embed = true;
|
||||
project.assets.push (asset);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user