mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-14 06:43:25 +08:00
15 lines
287 B
Makefile
15 lines
287 B
Makefile
default:
|
|
@gem install jekyll bundler && bundle install
|
|
|
|
update:
|
|
@bundle update
|
|
|
|
clean:
|
|
@bundle exec jekyll clean
|
|
|
|
build: clean
|
|
@bundle exec jekyll build --profile --config _config.yml,.debug.yml
|
|
|
|
server: clean
|
|
@bundle exec jekyll server --livereload --config _config.yml,.debug.yml
|