<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>pirosikick</author_name>
  <author_url>https://blog.hatena.ne.jp/pirosikick/</author_url>
  <blog_title>pirosikick's diary</blog_title>
  <blog_url>https://pirosikick.hateblo.jp/</blog_url>
  <categories>
    <anon>JavaScript</anon>
  </categories>
  <description>gulpfileそのものをES6で書く 上記の記事を参考にgulpfileもES6で書けるようにした。が、watchが何故か動かなかった。 // gulpfile.js require('babel/register'); require('./gulpfile.es6'); // gulpfile.es6 import gulp from 'gulp'; gulp.task('scripts', () =&gt; { ... }); gulp.task('watch', () =&gt; { gulp.watch(['...'], ['scripts']); }); $ gulp watch [00:3…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fpirosikick.hateblo.jp%2Fentry%2F2015%2F03%2F11%2F005925&quot; title=&quot;gulpfile.es6でgulp.watchが動かない - pirosikick&amp;#39;s diary&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-03-11 00:59:25</published>
  <title>gulpfile.es6でgulp.watchが動かない</title>
  <type>rich</type>
  <url>https://pirosikick.hateblo.jp/entry/2015/03/11/005925</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
