hexojs / hexo-server

Server module for Hexo.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gulpfile for Hexo theme development?

chrisjlee opened this issue · comments

Trying to do theme development.
How does one trigger gulp to reload hexo-server based on a gulp watch?

hexo-server automatically rebuilds your site when the theme files change. I too have a gulp file which builds my theme. What I do is have both hexo-server and my gulp watch task running at the same time. When changes to the theme's source file occur, gulp updates the theme output files. When the theme output files change, hexo-server updates the site with the new theme.