1
0
Fork 0
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:
Fred Chasen 2016-02-16 15:44:44 -05:00
parent 7b7e4d75a3
commit d19a0f37fc
11 changed files with 139 additions and 106 deletions

View file

@ -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'],