Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
POC Mirador
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IIIF
POC Mirador
Commits
8d39ab4a
Verified
Commit
8d39ab4a
authored
2 years ago
by
Loïs Poujade
Browse files
Options
Downloads
Patches
Plain Diff
WIP better dev build system
parent
c38d90d6
No related branches found
No related tags found
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
.dockerignore
+3
-0
3 additions, 0 deletions
.dockerignore
annotations-plugin
+1
-1
1 addition, 1 deletion
annotations-plugin
mirador-video-annotation
+1
-1
1 addition, 1 deletion
mirador-video-annotation
webpack.config.js
+1
-1
1 addition, 1 deletion
webpack.config.js
with
6 additions
and
3 deletions
.dockerignore
+
3
−
0
View file @
8d39ab4a
node_modules/
node_modules/
annotot-db/
annotations-plugin/
mirador-video-annotation/
This diff is collapsed.
Click to expand it.
annotations-plugin
@
06c568bf
Compare
2e0f1994
...
06c568bf
Subproject commit
2e0f1994a94020a2006d5944943c7ffda3d162b1
Subproject commit
06c568bf8457db90beac98a2492accccaf4cac46
This diff is collapsed.
Click to expand it.
mirador-video-annotation
@
756254b8
Compare
d66f151b
...
756254b8
Subproject commit
d66f151be9dadbce9cd22e1840d3e1a0560b435
8
Subproject commit
756254b8a60d2d43e34bc89fa90152e559b6366
8
This diff is collapsed.
Click to expand it.
webpack.config.js
+
1
−
1
View file @
8d39ab4a
...
@@ -11,7 +11,7 @@ module.exports = {
...
@@ -11,7 +11,7 @@ module.exports = {
},
},
devServer
:
{
devServer
:
{
hot
:
true
,
hot
:
true
,
watchFiles
:
[
'
src/**/*
'
],
watchFiles
:
[
'
src/**/*
'
,
'
mirador-video-annotation/dist/es/**/*
'
,
'
annotations-plugin/es/**/*
'
],
client
:
{
client
:
{
logging
:
'
verbose
'
,
logging
:
'
verbose
'
,
overlay
:
true
,
overlay
:
true
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment