mirror of
https://github.com/futurepress/epub.js.git
synced 2025-10-05 15:32:55 +02:00
added Endnotes pop up and image resizing
This commit is contained in:
parent
d69e12dc7e
commit
7f41f00775
18 changed files with 335 additions and 25 deletions
2
grunt.js
2
grunt.js
|
@ -11,7 +11,7 @@ module.exports = function(grunt) {
|
|||
'dist/render.min.js': ['<banner>', 'fpjs/render/*.js'],
|
||||
'dist/workers/loader_filesystem.js': ['<banner>', 'fpjs/render/workers/loader_filesystem.js'],
|
||||
'dist/reader.min.js': ['<banner>', 'fpjs/reader/*.js'],
|
||||
'dist/hooks/transculsions.min.js': ['<banner>', 'fpjs/hooks/transculsions.js'],
|
||||
'dist/hooks/hooks.min.js': ['<banner>', 'fpjs/hooks/*.js'],
|
||||
'dist/libs/zip.js': ['fpjs/libs/zip.js'],
|
||||
'dist/libs/deflate.js': ['fpjs/libs/deflate.js'],
|
||||
'dist/libs/inflate.js': ['fpjs/libs/inflate.js'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue