hexo-generator-json-content
hexo-generator-json-content copied to clipboard
Option to disable json generation when using hexo server
As when using Hexo server we often look for speed over everything, it could be a really nice option to be able to disable json generation when using the local webserver (watch mode).
Hmmm... Interesting.
There is an issue (#38) which reports that the JSON file isn't generated when hexo serve.
I can't check it yet, but here I can suppose that JSON is generated.
And you are asking to stop generate...
If yes, how can we test the JSON file when serving in development?
It is indeed a very good question and use case I hadn't thought about. Maybe a flag could do, but I just wonder if it's worth it…