Update building docs for building highlight.js
Change-Id: Ibc5e299033e18900b288c61829c092fe16ebe584
This commit is contained in:
parent
c528621439
commit
85e133f218
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user