<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>am1tanaka</author_name>
  <author_url>https://blog.hatena.ne.jp/am1tanaka/</author_url>
  <blog_title>tanaka's Programming Memo</blog_title>
  <blog_url>https://am1tanaka.hatenablog.com/</blog_url>
  <categories>
    <anon>gulp</anon>
    <anon>JavaScript</anon>
    <anon>Web</anon>
  </categories>
  <description>gulpで監視タスクを開始して、監視対象のファイルを変更すると、ログでは「Reloading Browsers...」と表示されるのですが、ブラウザは更新されないという症状が発生していました。原因として見つけたのは以下のもの。 bodyタグがないと動かない linkの指定がうまくいっていない パスの先頭に./が必要 以上を修正しても動作せず、最終的にBrowserSyncを生成するときのstartPathの指定にindex.htmlを含めることで治りました。 gulp.task( 'admin:watch', ['html', 'js'], function () { browserSync(…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fam1tanaka.hatenablog.com%2Fentry%2F2015%2F08%2F10%2F171025&quot; title=&quot;GulpとBrowserSyncでreloadが動作しない - tanaka&amp;#39;s Programming Memo&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2015-08-10 17:10:25</published>
  <title>GulpとBrowserSyncでreloadが動作しない</title>
  <type>rich</type>
  <url>https://am1tanaka.hatenablog.com/entry/2015/08/10/171025</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
