File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 587
587
= item If you have any additional files (such as templates or a dynamic
588
588
library) that you wish to have installed so you can access them at
589
589
runtime, they should be placed in a C < resources > sub-directory of your project, eg.:
590
-
590
+
591
591
= begin code :lang<text>
592
592
resources
593
593
└── templates
@@ -596,7 +596,6 @@ resources
596
596
The additional file can then be accessed inside module code via a relative path, eg.,
597
597
C < 'resources/templates/mytemplate.mustache'.IO.slurp > . The module installer will provide the correct
598
598
absolute reference.
599
- = end item
600
599
601
600
= item The C < README.md > file is a L < markdown-formatted|https://help.github.com/articles/markdown-basics/ >
602
601
text file, which will later be automatically rendered as HTML by GitHub/GitLab for modules kept
You can’t perform that action at this time.
0 commit comments