uwe-app / app

Universal web editor
https://uwe.app
0 stars 0 forks source link

Computed assets overlap collision #495

Open tmpfs opened 3 years ago

tmpfs commented 3 years ago

If a blueprint plugin allows computing both the assets and styles it will always generate a collision as the files are included twice on the plugin because styles is inside of assets.

When computing assets we should ignore any files that have been included by sub-types like styles, fonts etc.