File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,7 +20,8 @@ module.exports = function(config) {
2020 'node_modules/select2/dist/js/select2.js' ,
2121 'node_modules/backbone/backbone.js' ,
2222 'node_modules/backbone-fractal/backbone-fractal.js' ,
23- 'vre/test-index.js'
23+ { pattern : 'vre/edpop-record-ontology.json' , included : false } ,
24+ 'vre/test-index.js' ,
2425 ] ,
2526
2627 // list of files / patterns to exclude
@@ -38,7 +39,7 @@ module.exports = function(config) {
3839 'jquery' ,
3940 'lodash' ,
4041 'underscore' ,
41- 'popper.js ' ,
42+ '@popperjs/core ' ,
4243 'bootstrap' ,
4344 'select2' ,
4445 'backbone' ,
@@ -80,6 +81,9 @@ module.exports = function(config) {
8081
8182 // web server port
8283 port : 9876 ,
84+ proxies : {
85+ '/static/' : '/base/vre/' ,
86+ } ,
8387
8488 // enable / disable colors in the output (reporters and logs)
8589 colors : true ,
Original file line number Diff line number Diff line change 3838
3939 < script src ="https://cdn.jsdelivr.net/npm/lodash@4.17.21/lodash.min.js "> </ script >
4040
41- < script src ="https://cdn.jsdelivr.net/npm/popper.js@1.14.3 /dist/umd/popper.min.js " integrity ="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49 " crossorigin ="anonymous "> </ script >
41+ < script src ="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.8 /dist/umd/popper.min.js " integrity ="sha256-whL0tQWoY1Ku1iskqPFvmZ+CHsvmRWx/PIoEvIeWh4I= " crossorigin ="anonymous "> </ script >
4242 < script src ="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js " integrity ="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz " crossorigin ="anonymous "> </ script >
4343 < script src ="https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.13/js/select2.min.js "> </ script >
4444 < script src ="https://cdn.jsdelivr.net/npm/backbone@1.6.0/backbone-min.js "> </ script >
You can’t perform that action at this time.
0 commit comments