Sha256: 776fc7a968ae1e5e035e401e2c15ff7d6e5410b8d5e8106c55af63e85be417e9
Contents?: true
Size: 545 Bytes
Versions: 18
Compression:
Stored size: 545 Bytes
Contents
VERSION=9.2.0 default: build @cp -f build/highlight.* . @cp -f highlight/src/styles/* styles @du -hs highlight.* build: highlight @cd highlight && git fetch && git checkout $(VERSION) @cd highlight && npm install @mkdir -p build @cd highlight && node tools/build.js && cp build/highlight.pack.js ../build/highlight.pack.min.js @cd highlight && node tools/build.js -n && cp build/highlight.pack.js ../build/highlight.pack.js highlight: @git clone git://github.com/isagalaev/highlight.js.git $@ clean: @rm -rf build .PHONY: default
Version data entries
18 entries across 18 versions & 1 rubygems