Copying additional resources to the output directory using a publishing template

  1. If you haven't already created a Publishing Template, see Working with publishing templates.
  2. Add a new <fileset> element in the resources section of the template descriptor file:
    <publishing-template>
        ...
        <webhelp>
            ...                
            <resources>            
                <fileset>
                     <include name="custom-resources/**/*"/>
                     <exclude name="**/*.git"/>
                </fileset>
  3. Open the DITA Map WebHelp Responsive transformation scenario.
  4. Click the Choose Custom Publishing Template link and select your template.
  5. Click OK to save the changes to the transformation scenario.
  6. Run the transformation scenario.
All files from the custom resources directory will be copied to the [DITA-OT DIR]/oxygen-webhelp/template folder.