@liascript/exporter 3.3.5--1.0.10 → 3.3.6--1.0.10
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/README.md +7 -0
- package/dist/assets/capacitor/{index.21c64724.js → index.6532983b.js} +1 -1
- package/dist/assets/capacitor/index.html +1 -1
- package/dist/assets/capacitor/{trystero-ipfs.min.771a19bf.js → trystero-ipfs.min.2b844fee.js} +1 -1
- package/dist/assets/indexeddb/{index.e14ebc2b.js → index.11cfd3a5.js} +1 -1
- package/dist/assets/indexeddb/{index.e704211b.js → index.2dc41135.js} +1 -1
- package/dist/assets/indexeddb/index.html +1 -1
- package/dist/assets/pdf/{index.73b6c962.js → index.e21e9c0d.js} +1 -1
- package/dist/assets/pdf/index.html +1 -1
- package/dist/assets/pdf/{jszip.min.19c66d77.js → jszip.min.eaecf580.js} +1 -1
- package/dist/assets/scorm1.2/{index.7e823f9b.js → index.ee6a673a.js} +1 -1
- package/dist/assets/scorm1.2/index.html +1 -1
- package/dist/assets/scorm2004/{index.f77042f6.js → index.1425a438.js} +1 -1
- package/dist/assets/scorm2004/index.html +1 -1
- package/dist/assets/web/{index.beeaa029.js → index.68795b8d.js} +1 -1
- package/dist/assets/web/index.html +1 -1
- package/dist/assets/xapi/{index.efbd1f0a.js → index.9225cbf5.js} +1 -1
- package/dist/assets/xapi/index.html +1 -1
- package/dist/index.js +130 -127
- package/package.json +1 -1
- /package/dist/assets/{web → indexeddb}/jszip.min.4fbcc13f.js +0 -0
- /package/dist/assets/{scorm2004 → indexeddb}/jszip.min.eaecf580.js +0 -0
- /package/dist/assets/{xapi → scorm1.2}/jszip.min.4fbcc13f.js +0 -0
- /package/dist/assets/{indexeddb → scorm2004}/jszip.min.19c66d77.js +0 -0
- /package/dist/assets/{indexeddb → web}/jszip.min.63142cc8.js +0 -0
- /package/dist/assets/{scorm1.2 → xapi}/jszip.min.63142cc8.js +0 -0
package/README.md
CHANGED
|
@@ -824,6 +824,13 @@ collection:
|
|
|
824
824
|
# or leave, so that no card-image is added to your preview-cards
|
|
825
825
|
# logo:
|
|
826
826
|
|
|
827
|
+
# By default, formats that require the repository to be cloned (SCORM12/2004,
|
|
828
|
+
# IMS, Android, xAPI - see --project-generate-* below) pack the entire cloned
|
|
829
|
+
# repository. If your course only occupies a sub-folder of the repository,
|
|
830
|
+
# set `path` to restrict packing to that folder, just like the `-p/--path`
|
|
831
|
+
# command line option does for single-file exports.
|
|
832
|
+
# path: some/sub-folder
|
|
833
|
+
|
|
827
834
|
# You can manually tag courses, if this has not been done within the main comment of the course.
|
|
828
835
|
# By default, these tags will be treated as categories, which can be used to navigate through
|
|
829
836
|
# your courses. To disable this, use the cmd-param --project-no-categories
|