I'm using nanoc to generate documentation for my project. I have several files (~50) and layouts already created but currently I'm working on a single file. Strange thing is that it compiles this one file in less than second and than working on something what takes more than 20 seconds!
Loading site data…
Compiling site…
update [0.71s] output/docs/js/getData/index.html
Site compiled in 22.96s.
When I abort the process after:
update [0.71s] output/docs/js/getData/index.html
line with CTRL+C and the nanoc view
my file is compiled well. Do you have any idea how to speed up the process? What nanoc is doing for 20 seconds?