From 85e133f218bdc5baa38077514fe6e8203dea7655 Mon Sep 17 00:00:00 2001 From: Paladox none Date: Mon, 21 Oct 2019 13:58:27 +0000 Subject: [PATCH] Update building docs for building highlight.js Change-Id: Ibc5e299033e18900b288c61829c092fe16ebe584 --- lib/highlightjs/building.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/highlightjs/building.md b/lib/highlightjs/building.md index cd5884a946..71ed396aed 100644 --- a/lib/highlightjs/building.md +++ b/lib/highlightjs/building.md @@ -22,6 +22,9 @@ languages included. Build it with the following: $> # start in some temp directory $> git clone https://github.com/highlightjs/highlight.js $> cd highlight.js + $> git clone https://github.com/highlightjs/highlightjs-closure-templates + $> ln -s ../../highlightjs-closure-templates/soy.js src/languages/soy.js + $> mkdir test/detect/soy && ln -s ../../../highlightjs-closure-templates/test/detect/soy/default.txt test/detect/soy/default.txt $> npm install $> node tools/build.js -n