Skip to content

Commit

Permalink
Add: 対象となるファイルとディレクトリを変更
Browse files Browse the repository at this point in the history
  • Loading branch information
manabuyasuda committed Sep 27, 2019
1 parent dacab44 commit 501812a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const src = {
ssi: 'static/**/*.html',
data: 'src/_data/',
css: 'src/**/*.scss',
styleguideWatch: 'src/**/*.{scss,md,pug,json}',
styleguideWatch: 'src/styleguide/**/*.{scss,md,pug,json}',
js: './src/assets/js/site.js',
jsWatch: 'src/**/*.{js,vue}',
image: 'src/assets/img/**/*.{png,jpg,gif,svg}',
Expand Down Expand Up @@ -371,6 +371,7 @@ function styleguide() {
});
return builder.build().then(function() {
logger.success('Styleguide is complete.');
browserSync.reload();
});
}

Expand Down

0 comments on commit 501812a

Please sign in to comment.