Skip to main content
blakestonex
Participant
November 21, 2016
Question

add custom content to 'index.html' to be included in build

  • November 21, 2016
  • 1 reply
  • 816 views

Hello,

I have been asked to use the Adobe Captivate to test a number of features which include linking this with some external web content such as linking with AngularJS, Bootstrap, MongoDB etc. For a lot of this to work I need to add a heap of data to the index.html file - I can obviously do a build and then edit the index.html this way however is there a way to add all of this content prior to the build so that we can click 'build' and it's all ready to go?

Thanks,

    This topic has been closed for replies.

    1 reply

    blakestonex
    Participant
    November 21, 2016

    I have found that I can modify the template file - which in my case is 'standard.htm' and this works.

    Can I add these changes via the editor so that I am not editing the template file? or can I copy 'standard.htm' and name this 'standard_projectX.htm' and select to use this for the project / build?

    Thanks,

    TLCMediaDesign
    Inspiring
    November 21, 2016

    You'll need to make a copy of the standard.htm, name it standard_original.htm.

    Then copy the standard_projectX.htm and name it standard.htm.

    You'll need to manually change them when you work an a different project.

    blakestonex
    Participant
    November 21, 2016

    I thought this might be the case - thanks.