Gulp Markdown with Browser sync
2017-01-10 本文已影响0人
taibai
Just because the html files generated by gulp-markdown is not a standard HTML.So browser-sync can not reload it when the file changed. To fix it , we can use gulp-html-extend to add the loss part.