adobe-photoshop / generator-assets

Generator Plug-in for Adobe Photoshop CC that helps users export image assets
MIT License
496 stars 86 forks source link

Compare document version before retrieving existing renderer #395

Open mcilroyc opened 8 years ago

mcilroyc commented 8 years ago

Elaborate RenderManager.prototype._getPixmapRenderer to ensure that if the document provided is newer than the one referenced by the existing renderer, replace it with a newly constructed renderer. As noted in #392, we can likely use the monotonically increasing identifier already provided by photoshop events.