mirror of
https://github.com/futurepress/epub.js.git
synced 2025-10-03 14:59:18 +02:00
ignore working for simple highlights
This commit is contained in:
parent
7cad24b414
commit
1c5e7c03fd
17 changed files with 836 additions and 497 deletions
|
@ -64,7 +64,12 @@ gulp.task('test', function(cb) {
|
|||
mochify('./test/*.js', {
|
||||
reporter: 'spec',
|
||||
transform: 'brfs',
|
||||
watch: true
|
||||
"web-security": false,
|
||||
"webSecurityEnabled": false,
|
||||
// "localUrlAccess": true,
|
||||
watch: true,
|
||||
wd: false,
|
||||
debug: false
|
||||
})
|
||||
.bundle();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue