Adds svg.js to the generic and singlefile builds
This commit is contained in:
parent
bc574aa629
commit
0f862e7eb3
2 changed files with 3 additions and 1 deletions
1
make.js
1
make.js
|
@ -380,6 +380,7 @@ target.bundle = function(args) {
|
|||
'display/pattern_helper.js',
|
||||
'display/font_loader.js',
|
||||
'display/annotation_helper.js',
|
||||
'display/svg.js'
|
||||
]);
|
||||
|
||||
var srcFiles = builder.getWorkerSrcFiles('src/worker_loader.js');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue