I want to be able to force the snapshot to include some files so they are included in the site folder when handed over to client..
Particularly I have my own js compression files for additional js and some css is included in the main stylesheet as a variable/file content.
I have been using this but it does not seem to work! I have it in the sub body code:
What am I doing wrong or is there a better way to do this?
Thank you
Particularly I have my own js compression files for additional js and some css is included in the main stylesheet as a variable/file content.
I have been using this but it does not seem to work! I have it in the sub body code:
Code:
<script type="text/javascript"> // src="create_swiftjc_min_pause.bat" // - Adds file to Snapshot // src="create_swiftjc_min.bat" // - Adds file to Snapshot // src="magiczoomplus.css" // - Adds file to Snapshot // src="fancybox-min.css" // - Adds file to Snapshot // src="bootstrap.min.css" // - Adds file to Snapshot // src="webslidemenu.css" // - Adds file to Snapshot </script>
Thank you
Comment