[SDK] Issues when validating plugin on server side
I did export the Studio plugin from our stage and did changes just in one email template file.
Then I run the command 'package-plugin' and the local validation went fine.
But when running the command 'submit-plugin --dryrun' I'm getting this error:
Failure Code: SKIN_INVALID_CSS_NAME Failure Rule: CUSTOM_RULE Failure Message: Skin skype in the plugin has a possible issue. Failure Details: CSS file called skinmobile.css in a css directory should be named skin.css.
I haven't changed anything in the CSS files and there actually is a CSS file with name skinmobile.css but also a file skin.css in the folder 'mobile/css'. But the interesting fact is that skinmobile.css is zero bytes (in other words, empty) so it was probably created when I exported the Studio plugin from the stage (skin.css in the same folder has the actual CSS definitions).
I'm planning to try to delete the file skinmobile.css and then try the server-side validation again but wanted to flag this as there might be some issue with exporting the CSS files for mobile.
Our stage is running version 15.10.