/
githubmirror
/
jekyll
Обзор
Документация
Войти
/
githubmirror
/
jekyll
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v4.2.2
script/profile-docs
10 строк
369 B
Ashwin Maroli
Add a script to profile docs with CI (#7540)
20 фев 2019, 11:19
20 фев 2019, 11:19
51d1366
Код
Авторство
О чём код?
#!/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