I just created a HTML web page as Web Resource. The document contains references to JavaScript files. I had a problem like my html and javascript got deleted everything that comes after
<script src="script.js" type="text/javascript"></script>
is deleted. Just closing tags </body> and </html> are left in file. How can I solve the problem.
I'm using VS for develop the webresource.I crossverified all the tags closed properly. Next, I tried to replace my file with existing working HTML page that also got deleted after publishing.
*This post is locked for comments