Is is possible to [automatically] remove all the actinic template tags that are present in the built HTML.
To explain further, for every template that Actinic uses to build a page, is inserts an opening and closing template tag, as folllows...
I hazard a guess, that these are of no use on the built and live site as they reference a local file, therfore Id like to remove them for reasons of page size. Having built custom navigation throughout to do away with a 350kb Act_SectionTree.js file, im keen to get rid of these tags if at all possible to keep things as streamlined as possible.
Thanks
AdamL
To explain further, for every template that Actinic uses to build a page, is inserts an opening and closing template tag, as folllows...
Code:
<Actinic:TEMPLATE type="begin" filename="C:\Program Files\Actinic v7\Sites\Site1\Act_NavigationItem.html"/> ...template code here.... <Actinic:TEMPLATE type="end" filename="C:\Program Files\Actinic v7\Sites\Site1\Act_NavigationItem.html"/>
Thanks
AdamL
Comment