summaryrefslogtreecommitdiff
path: root/web/tutorials/02-basics.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'web/tutorials/02-basics.markdown')
-rw-r--r--web/tutorials/02-basics.markdown2
1 files changed, 2 insertions, 0 deletions
diff --git a/web/tutorials/02-basics.markdown b/web/tutorials/02-basics.markdown
index b4c5e22..46d85a6 100644
--- a/web/tutorials/02-basics.markdown
+++ b/web/tutorials/02-basics.markdown
@@ -99,6 +99,8 @@ some common examples:
- `copyFileCompiler` is self-explanatory, the output is exactly the same as the
input;
+- `getResourceBody` just gets you the content as a `String`, so you can perform
+ other manipulations afterwards;
- `compressCssCompiler` performs some simple build-in compression
transformations for CSS;
- `pandocCompiler` reads markdown, reStructuredText, or another input format and