Commit 915a6e03 authored by Robert Knight's avatar Robert Knight

Fix CSS not rebuilding when .tsx files change

Update the watch glob used by the gulp task.
parent ce465895
......@@ -67,9 +67,8 @@ gulp.task(
[
'node_modules/katex/dist/katex.min.css',
'src/styles/**/*.scss',
'src/sidebar/components/**/*.js',
'src/annotator/components/**/*.js',
'dev-server/ui-playground/components/**/*.js',
'src/**/*.tsx',
'dev-server/ui-playground/**/*.tsx',
],
gulp.task('build-css')
);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment