From cbb668672fe14f30ae51a022e48f27ddcbe9b324 Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Thu, 2 Feb 2017 15:00:01 +0000 Subject: Add metadata.useLiteralContent option --- docs/using-the-compiler.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/using-the-compiler.rst b/docs/using-the-compiler.rst index ebb03832..2518310b 100644 --- a/docs/using-the-compiler.rst +++ b/docs/using-the-compiler.rst @@ -90,6 +90,11 @@ should be backwards compatible if possible. enabled: true, runs: 500 }, + // Metadata settings (optional) + metadata: { + // Use only literal content and not URLs (false by default) + useLiteralContent: true + }, // Addresses of the libraries. If not all libraries are given here, it can result in unlinked objects whose output data is different. libraries: { // The top level key is the the name of the source file where the library is used. -- cgit v1.2.3