/
githubmirror
/
jekyll
Обзор
Документация
Войти
/
githubmirror
/
jekyll
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v3.9.3
script/profile-docs
10 строк
369 B
Ashwin Maroli
Backport #7948 for v3.8.x (#8125)
16 апр 2020, 20:03
Не верифицирован
16 апр 2020, 20:03
9e4b4f2
Код
Авторство
О чём код?
#!/usr/bin/env bash # # Build Jekyll's Documentation site in 'debug' mode and outputs the site's profile stats. # Helps detecting *hard* breaking-changes (`jekyll build` aborts) and optimizations # in the `build` process. # # Usage: bash script/profile-docs SOURCE_DIR=$PWD/docs bundle exec jekyll build -s $SOURCE_DIR -d $SOURCE_DIR/_site --profile --trace --verbose