diff --git a/.dockerignore b/.dockerignore index c2658d7d1b31848c3b71960543cb0368e56cd4c7..990a785ef173175ecd0d7de070ef75edb12ba593 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1 +1,4 @@ node_modules/ +annotot-db/ +annotations-plugin/ +mirador-video-annotation/ diff --git a/annotations-plugin b/annotations-plugin index 2e0f1994a94020a2006d5944943c7ffda3d162b1..06c568bf8457db90beac98a2492accccaf4cac46 160000 --- a/annotations-plugin +++ b/annotations-plugin @@ -1 +1 @@ -Subproject commit 2e0f1994a94020a2006d5944943c7ffda3d162b1 +Subproject commit 06c568bf8457db90beac98a2492accccaf4cac46 diff --git a/mirador-video-annotation b/mirador-video-annotation index d66f151be9dadbce9cd22e1840d3e1a0560b4358..756254b8a60d2d43e34bc89fa90152e559b63668 160000 --- a/mirador-video-annotation +++ b/mirador-video-annotation @@ -1 +1 @@ -Subproject commit d66f151be9dadbce9cd22e1840d3e1a0560b4358 +Subproject commit 756254b8a60d2d43e34bc89fa90152e559b63668 diff --git a/webpack.config.js b/webpack.config.js index 8f2a54375e34f3333d36b6d91b0ddc560308258a..e8fa694196e7fe3b6eebbaa27578967c82df506f 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -11,7 +11,7 @@ module.exports = { }, devServer: { hot: true, - watchFiles: ['src/**/*'], + watchFiles: ['src/**/*', 'mirador-video-annotation/dist/es/**/*', 'annotations-plugin/es/**/*'], client: { logging: 'verbose', overlay: true,