mirror of
https://kevinblog.sytes.net/Code/Jibo-Revival-Group/jibo-cli.git
synced 2026-06-15 15:26:20 +00:00
Initial commit — jibo-cli v3.0.7 with bundled node_modules
This commit is contained in:
12
node_modules/marked/Makefile
generated
vendored
Normal file
12
node_modules/marked/Makefile
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
all:
|
||||
@cp lib/marked.js marked.js
|
||||
@uglifyjs --comments '/\*[^\0]+?Copyright[^\0]+?\*/' -o marked.min.js lib/marked.js
|
||||
|
||||
clean:
|
||||
@rm marked.js
|
||||
@rm marked.min.js
|
||||
|
||||
bench:
|
||||
@node test --bench
|
||||
|
||||
.PHONY: clean all
|
||||
Reference in New Issue
Block a user