mirror of
https://github.com/seigler/dash-website
synced 2025-07-26 23:06:09 +00:00
Speeding up Jekyll build by limiting rebuilds on images for language assets using 'keep_files' config option on language folders. (#64)
This commit is contained in:
parent
a7e810f7ec
commit
c66ecbc7e2
1 changed files with 1 additions and 1 deletions
|
@ -54,4 +54,4 @@ srcset:
|
|||
source: assets/img
|
||||
output: assets/img/resized
|
||||
|
||||
keep_files: ['assets/img/resized']
|
||||
keep_files: ['assets/img/resized','es/assets/img/resized','cn/assets/img/resized','pt/assets/img/resized','ru/assets/img/resized','it/assets/img/resized']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue