I eed to place some HTML documents into Blank Apps (no forms or data from database, jsut static).
The HTML is hoever a bit advances as there are images, blocks, different forms and colors etc. I use another App to generate those quickly but this program stores HTML and CSS and JS in separate files.
When I place those files in the Blank App folder it all works fine but the problem is when I try to deploy.
What happens is that SC deletes everything from the folder prior to creating deployment files so whatever I place in that folder is lost. I then have to place those folders manually again to make it work. I tried to use BATCH files for that but it is still very annoying.
I tried to place those files outside of the Blank App folder but no matter where they are they are deleted by SC upon deployment. I was hoping to place the files outside of entire SC folder and use INCLUDE, but could not make it work.
To be more precise the embeded HTML remains but the CSS files are lost so I can see the contant but it is messed up.
Perhaps somebody has a better method of doing this. I have to have this process automated. I know I can place CSS tags inline but this would require way to much time to create documents that way. I am using WYSIWY editor for that to speed things up and won’t have time to do it by hand in HTML editor.
Any help appreciated.