mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Merge pull request #1651 from Mirobit/makeprevfix
Make preview charset fix
This commit is contained in:
commit
a22e77a6ef
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -16,7 +16,7 @@ default: clean build
|
|||
|
||||
## `make preview`: start the built-in Jekyll preview
|
||||
preview: clean
|
||||
$S bundle exec jekyll serve --incremental
|
||||
$S export LANG=C.UTF-8 ; bundle exec jekyll serve --incremental
|
||||
|
||||
## `make test`: don't build, but do run all tests
|
||||
test: pre-build-tests post-build-tests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue