mirror of
https://github.com/futurepress/epub.js.git
synced 2025-10-04 15:09:16 +02:00
update umd, remove sourcemap for min file
This commit is contained in:
parent
7b7e4d75a3
commit
d19a0f37fc
11 changed files with 139 additions and 106 deletions
|
@ -23,7 +23,7 @@ module.exports = function(grunt) {
|
|||
build: {
|
||||
options: {
|
||||
preserveComments: 'some',
|
||||
sourceMap: true
|
||||
sourceMap: false
|
||||
},
|
||||
files: {
|
||||
'build/epub.min.js': ['<banner>', 'node_modules/rsvp/dist/rsvp.js', 'src/*.js', 'libs/mime-types/mime-types.js'],
|
||||
|
@ -34,7 +34,7 @@ module.exports = function(grunt) {
|
|||
reader: {
|
||||
options: {
|
||||
preserveComments: 'some',
|
||||
sourceMap: true
|
||||
sourceMap: false
|
||||
},
|
||||
files: {
|
||||
'reader/js/epub.min.js': ['<banner>', 'node_modules/rsvp/dist/rsvp.js', 'src/*.js', 'libs/mime-types/mime-types.js'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue