hdoc-tools 0.8.9 → 0.8.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/hdoc-build.js CHANGED
@@ -39,7 +39,6 @@
39
39
  static_html_files = [],
40
40
  index_records = [],
41
41
  work_path_content = '',
42
- built_relative_paths = [],
43
42
  built_file_hashes = [];
44
43
 
45
44
  const transform_static_html = function (file_path) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hdoc-tools",
3
- "version": "0.8.9",
3
+ "version": "0.8.11",
4
4
  "description": "Hornbill HDocBook Development Support Tool",
5
5
  "main": "hdoc.js",
6
6
  "bin": {
@@ -0,0 +1,3 @@
1
+ You should store any files and resources that used in the creation of this hdocbook, but do not form part of the published content.
2
+
3
+ These files are included in the build and final content output but we should keep in the source code repo for future revisions. For example, if you were to create an image used in the content, say, in Photoshop, you will create the image and put that into the appropriate content location. However, you may also want to put the Photoshop source file into this **resources** folder in order to keep for the future, should anyone need to modify the image, we have the original source file.